Skip to content

Instantly share code, notes, and snippets.

@reedox
Created December 19, 2013 23:20
Show Gist options
  • Save reedox/8047913 to your computer and use it in GitHub Desktop.
Save reedox/8047913 to your computer and use it in GitHub Desktop.
npm driving me insane
$ npm --registry http://npm.xxx install
npm http GET https://registry.npmjs.org/bugsnag/-/bugsnag-1.0.2.tgz
npm http GET https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-0.3.2.tgz
npm http GET https://registry.npmjs.org/xml2js/-/xml2js-0.1.14.tgz
npm http GET https://registry.npmjs.org/monk/-/monk-0.1.7.tgz
npm http GET https://registry.npmjs.org/mongodb/-/mongodb-1.3.19.tgz
npm http GET https://registry.npmjs.org/braintree/-/braintree-1.9.1.tgz
npm http GET https://registry.npmjs.org/npid/-/npid-0.3.2.tgz
npm http GET https://registry.npmjs.org/underscore/-/underscore-1.3.3.tgz
npm http GET https://registry.npmjs.org/once/-/once-1.3.0.tgz
npm ERR! fetch failed https://registry.npmjs.org/mongodb/-/mongodb-1.3.19.tgz
npm ERR! fetch failed https://registry.npmjs.org/monk/-/monk-0.1.7.tgz
npm ERR! fetch failed https://registry.npmjs.org/bugsnag/-/bugsnag-1.0.2.tgz
npm ERR! fetch failed https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-0.3.2.tgz
npm ERR! fetch failed https://registry.npmjs.org/xml2js/-/xml2js-0.1.14.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment