You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
The Travis CI build is failing for node.js v0.8. Here is the error output:
The issue seems to be related to commit e71f549 and also this npm issue npm/npm#6246
The text was updated successfully, but these errors were encountered: