Skip to content

Instantly share code, notes, and snippets.

@c4milo
Created April 29, 2012 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c4milo/2532906 to your computer and use it in GitHub Desktop.
Save c4milo/2532906 to your computer and use it in GitHub Desktop.
aguilarlopez@prosito /tmp % npm install webkit-devtools-agent
npm http GET https://registry.npmjs.org/webkit-devtools-agent
npm http 304 https://registry.npmjs.org/webkit-devtools-agent
npm http GET https://registry.npmjs.org/ws/0.4.13
npm http 304 https://registry.npmjs.org/ws/0.4.13
> v8-profiler@3.6.2beta install /private/tmp/node_modules/webkit-devtools-agent/node_modules/v8-profiler
> node-gyp rebuild
> ws@0.4.13 preinstall /private/tmp/node_modules/webkit-devtools-agent/node_modules/ws
> make
node-waf configure build
info it worked if it ends with ok
info downloading: http://nodejs.org/dist/v0.6.16/node-v0.6.16.tar.gz
ERR! Error: 404 status code downloading tarball
at Request.downloadError [as _callback] (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:178:19)
at Request.onResponse (/usr/local/lib/node_modules/npm/node_modules/request/main.js:119:22)
at ClientRequest.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/main.js:571:14)
at ClientRequest.emit (events.js:67:17)
at HTTPParser.onIncoming (http.js:1261:11)
at HTTPParser.onHeadersComplete (http.js:102:31)
at Socket.ondata (http.js:1150:24)
at TCP.onread (net.js:374:27)
ERR! not ok
npm ERR! v8-profiler@3.6.2beta install: `node-gyp rebuild`
npm ERR! `sh "-c" "node-gyp rebuild"` failed with 1
npm ERR!
npm ERR! Failed at the v8-profiler@3.6.2beta install script.
npm ERR! This is most likely a problem with the v8-profiler package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls v8-profiler
npm ERR! There is likely additional logging output above.
npm ERR!
npm ERR! System Darwin 11.3.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "webkit-devtools-agent"
npm ERR! cwd /private/tmp
npm ERR! node -v v0.6.16
npm ERR! npm -v 1.1.18
npm ERR! code ELIFECYCLE
npm ERR! message v8-profiler@3.6.2beta install: `node-gyp rebuild`
npm ERR! message `sh "-c" "node-gyp rebuild"` failed with 1
npm ERR! errno {}
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /private/tmp/npm-debug.log
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment