2014-03-30 4 views
0

angularjs-library generator를 사용하려고합니다. 다음 오류가 발생합니다.yeoman generator-angularjs-library 사용

npm ERR! peerinvalid The package karma does not satisfy its siblings' peerDependencies requirements! 
npm ERR! peerinvalid Peer [email protected] wants [email protected]~0.9 
npm ERR! peerinvalid Peer [email protected] wants [email protected]~0.9.3 
npm ERR! peerinvalid Peer [email protected] wants [email protected]>=0.9 
npm ERR! peerinvalid Peer [email protected] wants [email protected]>=0.9 
npm ERR! peerinvalid Peer [email protected] wants [email protected]>=0.9 
npm ERR! peerinvalid Peer [email protected] wants [email protected]>=0.9 
npm ERR! peerinvalid Peer [email protected] wants [email protected]>=0.11.14 
npm ERR! peerinvalid Peer [email protected] wants [email protected]>=0.9 

npm ERR! System Windows_NT 6.1.7601 
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" 
npm ERR! cwd C:\InteliJ\BYGA\testlib 
npm ERR! node -v v0.10.26 
npm ERR! npm -v 1.4.3 
npm ERR! code EPEERINVALID 
npm ERR! 
npm ERR! Additional logging details can be found in: 
npm ERR!  C:\InteliJ\BYGA\testlib\npm-debug.log 
npm ERR! not ok code 0 

어떻게 해결할 수 있습니까?

감사합니다.

답변

1

는 내가 그것을 가지고 생각 -

npm rm karma-coffee-preprocessor 

그것은 ~ 0.11

+0

이, 나에게 감사 많은 도움 카르마 버전을 필요로하는 유일한 모듈이다. –