-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
The version of grunt is too old to install some grunt-plugins by npm #1815
Comments
This will fail on npm 2, but only warn on npm 3. If you can only install with npm 2, just change down to grunt 0.4.5 |
For compatibility, I think it's better to fix this problem on npm 2. Users who use npm 2 will meet the same problem like me. |
Ugh, annoying. I wonder if there's a way to force-install on npm 2.. There's one feature I recently added that depends on Grunt 1.0.0... |
That's sounded like a sad story. |
I'll just have to revert the Grunt 1.0.0 change and put a note next to the feature that requires Grunt 1.0.0. We can't have everyone on npm 2 broken from the get-go! |
Now that I look at it, I should be able to keep the new feature. If the user chooses Gulp, we install Grunt 1 & grunt-build-control (with proper |
npm shouldn't be warning that |
grunt version is too old to install some grunt-plugins by npm ...
So, I think it's important to update the version of grunt in the package.json
Like this
The text was updated successfully, but these errors were encountered: