Skip to content
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

npm install fail #3

Open
a-lucas opened this issue May 8, 2016 · 1 comment
Open

npm install fail #3

a-lucas opened this issue May 8, 2016 · 1 comment

Comments

@a-lucas
Copy link

a-lucas commented May 8, 2016

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
@cv711
Copy link

cv711 commented May 11, 2016

Same here using node.js 4.4.2

Adding "grunt": "~0.4.5" as a dependency in package.json seems to fix it.

Chris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants