yeoman / generator-karma

Yeoman generator for Karma
http://yeoman.io
BSD 2-Clause "Simplified" License
172 stars 48 forks source link

"siblings' peerDependencies requirements" #58

Closed kevinSuttle closed 10 years ago

kevinSuttle commented 10 years ago

I'd attach the log, but it's huge. Here are the last few lines of the console output upon running npm install -g generator-karma

npm http 304 https://registry.npmjs.org/es6-iterator
npm WARN package.json dust@0.3.0 No repository field.
npm WARN package.json wintersmith-stylus@0.4.0 No repository field.
npm ERR! peerinvalid The package generator-karma does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer generator-angular@0.8.0 wants generator-karma@>=0.6.0
npm ERR! peerinvalid Peer generator-angular-fullstack@1.4.2 wants generator-karma@>=0.7.0
npm ERR! peerinvalid Peer generator-express-angular@0.2.8 wants generator-karma@~0.5.0

npm ERR! System Darwin 13.2.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "generator-karma" "-g"
npm ERR! cwd /Users/kevinsuttle/Code/myApp
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.10
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/kevinsuttle/Code/myApp/npm-debug.log
npm ERR! not ok code 0

Maybe something in my system isn't configured correctly?

eddiemonge commented 10 years ago

generator-express-angular needs to have its peerDependencies list updated. The others should be fine. You could try removing them all and reinstalling them again