cfpb / node-wcag

WCAG and Section 508 accessibility audits from the command line.
Creative Commons Zero v1.0 Universal
31 stars 8 forks source link

Travis CI failing on `npm install` #31

Open contolini opened 8 years ago

contolini commented 8 years ago

Turns out the global installation isn't the problem: https://travis-ci.org/contolini/node-wcag/builds/80614351

$ npm install
npm ERR! Linux 3.13.0-40-generic
npm ERR! argv "/home/travis/.nvm/versions/node/v0.12.7/bin/node" "/home/travis/.nvm/versions/node/v0.12.7/bin/npm" "install"
npm ERR! node v0.12.7
npm ERR! npm  v2.11.3
npm ERR! code E404
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/repo-templates
npm ERR! 404 
npm ERR! 404 'repo-templates' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'verb'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! Please include the following file with any support request:
npm ERR!     /home/travis/build/contolini/node-wcag/npm-debug.log
The command "npm install" failed and exited with 1 during .
Your build has been stopped.

wat.

zrrrzzt commented 8 years ago

Ooooops, sorry. A bit sloppy parsing of the Travis log.

contolini commented 8 years ago

No worries the error was a confusing one