Skip to content

Instantly share code, notes, and snippets.

@kobake
Created April 8, 2014 10:36
Show Gist options
  • Save kobake/10108246 to your computer and use it in GitHub Desktop.
Save kobake/10108246 to your computer and use it in GitHub Desktop.
"npm install webpay" error
[kobake@centcarbon sodoneWeb]$ npm install webpay
npm WARN package.json [email protected] No repository field.
npm http GET https://registry.npmjs.org/webpay
npm http 304 https://registry.npmjs.org/webpay
npm http GET https://registry.npmjs.org/webpay/-/webpay-1.0.0.tgz
npm http 404 https://registry.npmjs.org/webpay/-/webpay-1.0.0.tgz
npm ERR! fetch failed https://registry.npmjs.org/webpay/-/webpay-1.0.0.tgz
npm ERR! Error: 404 Not Found
npm ERR! at WriteStream.<anonymous> (/usr/lib/node_modules/npm/lib/utils/fetch.js:57:12)
npm ERR! at WriteStream.EventEmitter.emit (events.js:117:20)
npm ERR! at fs.js:1598:14
npm ERR! at /usr/lib/node_modules/graceful-fs/graceful-fs.js:103:5
npm ERR! at Object.oncomplete (fs.js:107:15)
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <[email protected]>
npm ERR! System Linux 2.6.32-431.3.1.el6.x86_64
npm ERR! command "node" "/usr/bin/npm" "install" "webpay"
npm ERR! cwd /home/sites/sodoneWeb
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.3.6
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/sites/sodoneWeb/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment