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

Wrong download link for RC 6 #907

Closed
corbinu opened this issue Apr 15, 2016 · 5 comments
Closed

Wrong download link for RC 6 #907

corbinu opened this issue Apr 15, 2016 · 5 comments

Comments

@corbinu
Copy link

corbinu commented Apr 15, 2016

The install link for v6 RC2 is incorrect

node-gyp configure                                                                                                                     [15:12:49]
gyp info it worked if it ends with ok
gyp info using node-gyp@3.3.1
gyp info using node@6.0.0-rc.2 | darwin | x64
gyp http GET https://nodejs.org/download/release/v6.0.0-rc.2/node-v6.0.0-rc.2-headers.tar.gz
gyp http 404 https://nodejs.org/download/release/v6.0.0-rc.2/node-v6.0.0-rc.2-headers.tar.gz
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: 404 response downloading https://nodejs.org/download/release/v6.0.0-rc.2/node-v6.0.0-rc.2-headers.tar.gz
gyp ERR! stack     at Request.<anonymous> (/usr/local/lib/node_modules/node-gyp/lib/install.js:210:14)
gyp ERR! stack     at emitOne (events.js:95:20)
gyp ERR! stack     at Request.emit (events.js:182:7)
gyp ERR! stack     at Request.onRequestResponse (/usr/local/lib/node_modules/node-gyp/node_modules/request/request.js:962:10)
gyp ERR! stack     at emitOne (events.js:90:13)
gyp ERR! stack     at ClientRequest.emit (events.js:182:7)
gyp ERR! stack     at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:469:21)
gyp ERR! stack     at HTTPParser.parserOnHeadersComplete (_http_common.js:103:23)
gyp ERR! stack     at TLSSocket.socketOnData (_http_client.js:359:20)
gyp ERR! stack     at emitOne (events.js:90:13)
gyp ERR! System Darwin 15.4.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/bin/node-gyp" "configure"
gyp ERR! cwd /Users/corbinu/Developer/git/couchnode
gyp ERR! node -v v6.0.0-rc.2
gyp ERR! node-gyp -v v3.3.1
gyp ERR! not ok

Should be https://nodejs.org/download/rc/v6.0.0-rc.2/node-v6.0.0-rc.2-headers.tar.gz
not https://nodejs.org/download/release/v6.0.0-rc.2/node-v6.0.0-rc.2-headers.tar.gz

Also is there some way to specify the URL manually? Don't see anything about it in the documentation.

@MylesBorins
Copy link
Contributor

MylesBorins commented Apr 15, 2016 via email

@TBotV63
Copy link

TBotV63 commented Apr 16, 2016

This is also present in the latest nightly builds.

@xtaltas
Copy link

xtaltas commented Apr 24, 2016

You can try the following option node-gyp configure --dist-url=https://nodejs.org/download/rc

@jbergstroem
Copy link
Member

Yes, likely ci issue while passing vars to build -- release_urlbase needs to be changed if a job is manually.

@bnoordhuis
Copy link
Member

Closing, not a node-gyp issue, see nodejs/node#6237 and nodejs/node#6312.

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

6 participants