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

Cannot install generator #15

Open
lukasz-madon opened this issue Dec 7, 2013 · 1 comment
Open

Cannot install generator #15

lukasz-madon opened this issue Dec 7, 2013 · 1 comment

Comments

@lukasz-madon
Copy link

I cannot install the generator. The error:

npm http 304 https://registry.npmjs.org/traverse
npm ERR! peerinvalid The package generator-karma does not satisfy its siblings'
peerDependencies requirements!
npm ERR! peerinvalid Peer generator-angular@0.6.0-rc.1 wants generator-karma@~0.
6.0
npm ERR! peerinvalid Peer generator-express-angular@0.2.8 wants generator-karma@
~0.5.0

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "c:\Program Files\nodejs\node.exe" "c:\Program Files\nodej
s\node_modules\npm\bin\npm-cli.js" "install" "-g" "generator-express-angular
"
npm ERR! cwd c:\Users\lukas\Desktop\web
npm ERR! node -v v0.10.20
npm ERR! npm -v 1.3.11
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! c:\Users\lukas\Desktop\web\npm-debug.log
npm ERR! not ok code 0

node version is 0.10.20 and yeoman 1.0,

@atinsood
Copy link

I had the same problem, so rather than using npm install -g, I just used npm install.. removing the -g flags fixed it for me.

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