Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

nom install returns with Error: 404 status code downloading tarball #163

Closed
siennathesane opened this issue Apr 17, 2015 · 5 comments
Closed

Comments

@siennathesane
Copy link

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
@tarrencev
Copy link

Having the same issue

@brianmcd
Copy link
Owner

brianmcd commented May 9, 2015

Probably a blip with NPM.

@brianmcd brianmcd closed this as completed May 9, 2015
@binarykitchen
Copy link

Would be great to show the URL it is trying to download the tarball from.

@siennathesane
Copy link
Author

+1 to @binarykitchen

@brianmcd
Copy link
Owner

I didn't read the output closely enough - this looks like an issue with node-gyp.

nodejs/node#433

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants