Skip to content

Instantly share code, notes, and snippets.

@ndrut
Created January 13, 2014 18:17
Show Gist options
  • Save ndrut/8405259 to your computer and use it in GitHub Desktop.
Save ndrut/8405259 to your computer and use it in GitHub Desktop.
npm 1.1.4 w/ node 0.6.12
* symlink /home/socket/.nave/installed/0.6.12/bin/npm (-> ../lib/node_modules/npm/bin/npm-cli.js)
* installing out/Release/node as /home/socket/.nave/installed/0.6.12/bin/node
* installing out/Release/src/node_config.h as /home/socket/.nave/installed/0.6.12/include/node/node_config.h
Waf: Leaving directory `/home/socket/.nave/src/0.6.12/out'
'install' finished successfully (3.333s)
using 0.6.12
[socket@jedi test]$ node -v
v0.6.12
[socket@jedi test]$ npm -v
1.1.4
[socket@jedi test]$ rm -rfv node_modules/
.bin/ express/ requirejs/ socket.io/
[socket@jedi test]$ rm -rfv node_modules/requirejs
removed `node_modules/requirejs/bin/r.js'
removed directory: `node_modules/requirejs/bin'
removed `node_modules/requirejs/package.json'
removed `node_modules/requirejs/require.js'
removed `node_modules/requirejs/README.md'
removed directory: `node_modules/requirejs'
[socket@jedi test]$ npm cache clean
[socket@jedi test]$ npm cache clean *
[socket@jedi test]$ npm install requirejs
npm http GET https://registry.npmjs.org/requirejs
npm ERR! Error: failed to fetch from registry: requirejs
npm ERR! at /home/socket/.nave/installed/0.6.12/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:139:12
npm ERR! at cb (/home/socket/.nave/installed/0.6.12/lib/node_modules/npm/lib/utils/npm-registry-client/request.js:31:9)
npm ERR! at Request._callback (/home/socket/.nave/installed/0.6.12/lib/node_modules/npm/lib/utils/npm-registry-client/request.js:136:18)
npm ERR! at Request.callback (/home/socket/.nave/installed/0.6.12/lib/node_modules/npm/node_modules/request/main.js:119:22)
npm ERR! at Request.<anonymous> (/home/socket/.nave/installed/0.6.12/lib/node_modules/npm/node_modules/request/main.js:212:58)
npm ERR! at Request.emit (events.js:88:20)
npm ERR! at ClientRequest.<anonymous> (/home/socket/.nave/installed/0.6.12/lib/node_modules/npm/node_modules/request/main.js:412:12)
npm ERR! at ClientRequest.emit (events.js:67:17)
npm ERR! at HTTPParser.onIncoming (http.js:1261:11)
npm ERR! at HTTPParser.onHeadersComplete (http.js:102:31)
npm ERR! 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!
npm ERR! System Linux 2.6.32-358.23.2.el6.x86_64
npm ERR! command "node" "/home/socket/.nave/installed/0.6.12/bin/npm" "install" "requirejs"
npm ERR! cwd /home/socket/test
npm ERR! node -v v0.6.12
npm ERR! npm -v 1.1.4
npm ERR! message failed to fetch from registry: requirejs
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/socket/test/npm-debug.log
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment