Closed srgrn closed 11 years ago
+1
+1
+1
+1
currently we can just open /usr/local/share/npm/lib/node_modules/generator-express-angular/package.json
, change to "generator-karma": "~0.5.0"
to fix it
npm updated.
It seems that generator-angular
has updated generator-karma
's version.
https://github.com/yeoman/generator-angular/blob/master/package.json#L28
So I think we need to bump it either :beer:
I have installed the latest generator-angular-express and than a couple days later tried to install generator-angular and got the following error npm ERR! peerinvalid The package generator-karma does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer generator-angular@0.4.0 wants generator-karma@~0.5.0 npm ERR! peerinvalid Peer generator-express-angular@0.2.7 wants generator-karma@~0.4.0
npm ERR! System Linux 3.10.10-1-ARCH npm ERR! command "node" "/usr/bin/npm" "install" "-g" "generator-angular" npm ERR! cwd /home/vagrant/vagrantbasebox/public/javascripts npm ERR! node -v v0.10.18 npm ERR! npm -v 1.3.10 npm ERR! code EPEERINVALID npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/vagrant/vagrantbasebox/public/javascripts/npm-debug.log npm ERR! not ok code 0