-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't be installed with Grunt >1.0 #47
Comments
I have the same issue |
Is there anything that'd prevent us from upgrading to grunt V1? |
Works fine for me. The peer dependency is configured correctly. I don't think you have any grunt version installed. However, I don't think you need to globally install |
It works fine, battle-tested. We just need to update peer dependency, I think. |
I don't want to install |
This only seems to be an issue when installing with NPM 2, works fine with NPM 3 |
when i try npm install -g jit-grunt it exits with the next warn:
npm WARN jit-grunt@0.10.0 requires a peer of grunt@>=0.4.0 but none was installed.
but grunt is already installed
The text was updated successfully, but these errors were encountered: