Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 status code downloading tarball #287

Closed
knownasilya opened this issue Mar 31, 2015 · 4 comments
Closed

404 status code downloading tarball #287

knownasilya opened this issue Mar 31, 2015 · 4 comments

Comments

@knownasilya
Copy link
Contributor

bcrypt@0.8.2 install /Users/iradchenko/workspace/nycbb/node_modules/bcrypt
> 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 emitOne (events.js:82:20)
gyp ERR! stack     at Request.emit (events.js:166:7)
gyp ERR! stack     at Request.onRequestResponse (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1176:10)
gyp ERR! stack     at emitOne (events.js:77:13)
gyp ERR! stack     at ClientRequest.emit (events.js:166:7)
gyp ERR! stack     at HTTPParser.parserOnIncomingClient (_http_client.js:410:21)
gyp ERR! stack     at HTTPParser.parserOnHeadersComplete (_http_common.js:88:23)
gyp ERR! stack     at Socket.socketOnData (_http_client.js:300:20)
gyp ERR! stack     at emitOne (events.js:77:13)
gyp ERR! System Darwin 14.1.0
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/iradchenko/workspace/nycbb/node_modules/bcrypt
gyp ERR! node -v v1.5.1
gyp ERR! node-gyp -v v1.0.2
gyp ERR! not ok
npm ERR! Darwin 14.1.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "bcrypt" "--save"
npm ERR! node v1.5.1
npm ERR! npm  v2.6.1
npm ERR! code ELIFECYCLE
@ncb000gt
Copy link
Member

This isn't a bcrypt module issue.

You might find some better info following: #268 (comment)

@knownasilya
Copy link
Contributor Author

@ncb000gt thanks!

@wolfie82
Copy link

wolfie82 commented Apr 8, 2015

@knownasilya It looks like you're using io.js. io.js ships with a patched npm. If you update npm, IE npm install npm -g it will overwrite the npm changes and thus cause this error.

@knownasilya
Copy link
Contributor Author

@patbaker82 thank you, I was looking everywhere on how to get the updated npm..

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

No branches or pull requests

3 participants