DaftMonk / angular-tour

AngularJS directive for giving an interactive tour of your website.
http://daftmonk.github.io/angular-tour/
MIT License
609 stars 137 forks source link

Npm Install Throwing EPEERINVALID Error #22

Closed britztopher closed 9 years ago

britztopher commented 9 years ago

I just tried cloning and running npm install and get this error in npm-debug.log:

368 info postinstall requirejs@2.1.15
369 info install angular-tour@0.1.1
370 info postinstall angular-tour@0.1.1
371 info prepublish angular-tour@0.1.1
372 error peerinvalid The package karma does not satisfy its siblings' peerDependencies requirements!
372 error peerinvalid Peer karma-chrome-launcher@0.1.5 wants karma@>=0.9.3
372 error peerinvalid Peer karma-firefox-launcher@0.1.3 wants karma@>=0.9
372 error peerinvalid Peer karma-html2js-preprocessor@0.1.0 wants karma@>=0.9
372 error peerinvalid Peer karma-ie-launcher@0.1.5 wants karma@>=0.9
372 error peerinvalid Peer karma-jasmine@0.1.5 wants karma@>=0.9
372 error peerinvalid Peer karma-ng-html2js-preprocessor@0.1.0 wants karma@>=0.9
372 error peerinvalid Peer karma-requirejs@0.2.2 wants karma@>=0.9
372 error peerinvalid Peer karma-script-launcher@0.1.0 wants karma@>=0.9
372 error peerinvalid Peer grunt-karma@0.7.3 wants karma@~0.12.0
372 error peerinvalid Peer karma-coffee-preprocessor@0.1.3 wants karma@>=0.9
372 error peerinvalid Peer karma-phantomjs-launcher@0.1.4 wants karma@>=0.9
373 error System Darwin 13.4.0
374 error command "node" "/usr/local/bin/npm" "install"
375 error cwd /Users/britztopher/projects/testing/clone/angular-tour
376 error node -v v0.10.30
377 error npm -v 2.0.0-alpha-5
378 error code EPEERINVALID
379 verbose exit [ 1, true ]

Looks like there is a problem with karma dependencies. Anyone else having this issue?

gustvao commented 9 years ago

yes I had the same issue... you gotta update package.json, new versions of dependencies have been released and therefore are causing conflicts...

copy my fork file, that should resolve you issue

https://github.com/gustvao/angular-tour/blob/master/package.json

booleanbetrayal commented 9 years ago

No longer seeing this on master