Skip to content

Travis CI build failing on node.js v0.8 with npm failure #254

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

Closed
simondean opened this issue Oct 4, 2014 · 2 comments · Fixed by #256
Closed

Travis CI build failing on node.js v0.8 with npm failure #254

simondean opened this issue Oct 4, 2014 · 2 comments · Fixed by #256

Comments

@simondean
Copy link
Contributor

The Travis CI build is failing for node.js v0.8. Here is the error output:

npm ERR! peerinvalid The package npmconf does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants npmconf@^2.1.0

npm ERR! System Linux 2.6.32-042stab090.5
npm ERR! command "/home/travis/.nvm/v0.8.28/bin/node" "/home/travis/.nvm/v0.8.28/bin/npm" "install" "-g" "npm"
npm ERR! cwd /home/travis/build/simondean/cucumber-js
npm ERR! node -v v0.8.28
npm ERR! npm -v 1.2.30
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/travis/build/simondean/cucumber-js/npm-debug.log
npm ERR! not ok code 0

The command "npm install -g npm" failed and exited with 1 during .

Your build has been stopped.

The issue seems to be related to commit e71f549 and also this npm issue npm/npm#6246

@simondean
Copy link
Contributor Author

The following comment is quite helpful with understanding the issue with upgrading to the latest version of npm (npm v2) on node.js v0.8.28: npm/npm#6246 (comment)

@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant