You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
I've been working on trying to download contextify as part of another project and I'm getting 404 when it's trying to download the tarball. Node.js is a standard build, just tagged.
lloydm@ubuntu:~$ sudo npm install contextify
npm WARN engine contextify@0.1.13: wanted: {"node":">=0.4.0"} (current: {"node":"0.12.2-vcac","npm":"2.7.4"})
\
> contextify@0.1.13 install /home/lloydm/node_modules/contextify
> node-gyp rebuild
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: 404 status code downloading tarball
gyp ERR! stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:246:14)
gyp ERR! stack at Request.emit (events.js:129:20)
gyp ERR! stack at Request.onRequestResponse (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1176:10)
gyp ERR! stack at ClientRequest.emit (events.js:107:17)
gyp ERR! stack at HTTPParser.parserOnIncomingClient (_http_client.js:426:21)
gyp ERR! stack at HTTPParser.parserOnHeadersComplete (_http_common.js:111:23)
gyp ERR! stack at Socket.socketOnData (_http_client.js:317:20)
gyp ERR! stack at Socket.emit (events.js:107:17)
gyp ERR! stack at readableAddChunk (_stream_readable.js:163:16)
gyp ERR! stack at Socket.Readable.push (_stream_readable.js:126:10)
gyp ERR! System Linux 3.13.0-49-generic
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/lloydm/node_modules/contextify
gyp ERR! node -v v0.12.2-vcac
gyp ERR! node-gyp -v v1.0.3
gyp ERR! not ok
npm ERR! Linux 3.13.0-49-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "contextify"
npm ERR! node v0.12.2-vcac
npm ERR! npm v2.7.4
npm ERR! code ELIFECYCLE
npm ERR! contextify@0.1.13 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the contextify@0.1.13 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the contextify 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 contextify
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/lloydm/npm-debug.log
The text was updated successfully, but these errors were encountered:
I've been working on trying to download contextify as part of another project and I'm getting 404 when it's trying to download the tarball. Node.js is a standard build, just tagged.
The text was updated successfully, but these errors were encountered: