We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using node.js 0.12.14
I have this grunt error:
npm ERR! Darwin 15.4.0 npm ERR! argv "/Users/antoinelucas/.nvm/versions/v0.12.14/bin/node" "/Users/antoinelucas/.nvm/versions/v0.12.14/bin/npm" "install" npm ERR! node v0.12.14 npm ERR! npm v2.15.1 npm ERR! code EPEERINVALID npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants grunt@>=0.4.0 npm ERR! peerinvalid Peer [email protected] wants grunt@~0.4.0
my grunt/grunt-cli version:
grunt --version grunt-cli v0.1.13 grunt v0.4.5
The text was updated successfully, but these errors were encountered:
Same here using node.js 4.4.2
Adding "grunt": "~0.4.5" as a dependency in package.json seems to fix it.
"grunt": "~0.4.5"
package.json
Chris
Sorry, something went wrong.
No branches or pull requests
Using node.js 0.12.14
I have this grunt error:
my grunt/grunt-cli version:
The text was updated successfully, but these errors were encountered: