generator-express-angular icon indicating copy to clipboard operation
generator-express-angular copied to clipboard

Cannot install generator

Open lukasz-madon opened this issue 11 years ago • 1 comments

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 [email protected] wants generator-karma@~0. 6.0 npm ERR! peerinvalid Peer [email protected] 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,

lukasz-madon avatar Dec 07 '13 11:12 lukasz-madon

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.

atinsood avatar Dec 12 '13 02:12 atinsood