Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install fails on fresh checkout #2

Closed
ptomasroos opened this issue Jun 30, 2014 · 3 comments
Closed

npm install fails on fresh checkout #2

ptomasroos opened this issue Jun 30, 2014 · 3 comments

Comments

@ptomasroos
Copy link

rendr-example@0.0.0 postinstall /home/tomas/dev/node/rendr-examples/00_simple
test -f ../../package.json && npm install ../../ || echo

npm ERR! peerinvalid The package karma does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer karma-chrome-launcher@0.1.4 wants karma@>=0.9.3
npm ERR! peerinvalid Peer karma-mocha@0.1.4 wants karma@>=0.12.8
npm ERR! peerinvalid Peer karma-firefox-launcher@0.1.3 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-html2js-preprocessor@0.1.0 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-jasmine@0.1.5 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-requirejs@0.2.2 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-script-launcher@0.1.0 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-coffee-preprocessor@0.1.3 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-phantomjs-launcher@0.1.4 wants karma@>=0.9

npm ERR! System Linux 3.11.0-19-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! cwd /home/tomas/dev/node/rendr-examples/00_simple
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.24
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/tomas/dev/node/rendr-examples/00_simple/npm-debug.log
npm ERR! not ok code 0

@ptomasroos
Copy link
Author

Adding contents from npm-debug.log

43237 info linkStuff rendr-example@0.0.0
43238 verbose linkBins rendr-example@0.0.0
43239 verbose linkMans rendr-example@0.0.0
43240 verbose rebuildBundles rendr-example@0.0.0
43241 verbose rebuildBundles [ '.bin',
43241 verbose rebuildBundles 'browserify',
43241 verbose rebuildBundles 'chai',
43241 verbose rebuildBundles 'express',
43241 verbose rebuildBundles 'grunt',
43241 verbose rebuildBundles 'grunt-browserify',
43241 verbose rebuildBundles 'grunt-contrib-handlebars',
43241 verbose rebuildBundles 'grunt-contrib-stylus',
43241 verbose rebuildBundles 'grunt-contrib-watch',
43241 verbose rebuildBundles 'karma',
43241 verbose rebuildBundles 'karma-chrome-launcher',
43241 verbose rebuildBundles 'karma-coffee-preprocessor',
43241 verbose rebuildBundles 'karma-firefox-launcher',
43241 verbose rebuildBundles 'karma-html2js-preprocessor',
43241 verbose rebuildBundles 'karma-jasmine',
43241 verbose rebuildBundles 'karma-mocha',
43241 verbose rebuildBundles 'karma-phantomjs-launcher',
43241 verbose rebuildBundles 'karma-requirejs',
43241 verbose rebuildBundles 'karma-script-launcher',
43241 verbose rebuildBundles 'mocha',
43241 verbose rebuildBundles 'nodemon',
43241 verbose rebuildBundles 'rendr',
43241 verbose rebuildBundles 'rendr-handlebars',
43241 verbose rebuildBundles 'requirejs',
43241 verbose rebuildBundles 'underscore' ]
43242 info install rendr-example@0.0.0
43243 info postinstall rendr-example@0.0.0
43244 verbose unsafe-perm in lifecycle true
43245 info prepublish rendr-example@0.0.0
43246 error peerinvalid The package karma does not satisfy its siblings' peerDependencies requirements!
43246 error peerinvalid Peer karma-chrome-launcher@0.1.4 wants karma@>=0.9.3
43246 error peerinvalid Peer karma-mocha@0.1.4 wants karma@>=0.12.8
43246 error peerinvalid Peer karma-firefox-launcher@0.1.3 wants karma@>=0.9
43246 error peerinvalid Peer karma-html2js-preprocessor@0.1.0 wants karma@>=0.9
43246 error peerinvalid Peer karma-jasmine@0.1.5 wants karma@>=0.9
43246 error peerinvalid Peer karma-requirejs@0.2.2 wants karma@>=0.9
43246 error peerinvalid Peer karma-script-launcher@0.1.0 wants karma@>=0.9
43246 error peerinvalid Peer karma-coffee-preprocessor@0.1.3 wants karma@>=0.9
43246 error peerinvalid Peer karma-phantomjs-launcher@0.1.4 wants karma@>=0.9
43247 error System Linux 3.11.0-19-generic
43248 error command "/usr/local/bin/node" "/usr/local/bin/npm" "install"
43249 error cwd /home/tomas/dev/node/rendr-examples/00_simple
43250 error node -v v0.10.25
43251 error npm -v 1.3.24
43252 error code EPEERINVALID
43253 verbose exit [ 1, true ]

@Ghostavio
Copy link

is anyone paying attention to this?

@saponifi3d
Copy link
Contributor

#8 - should fix this. sorry I have been mostly making sure rendr is up to date not just the examples. I'm going through and upgrading each of the examples and will be adding another example that uses gulp + browserify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants