-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Add-ons can't be installed with Node.js v6.0.0-rc.3 #6312
Comments
argh... looks like I made the wrong selection again :-( ... will rebuild the artifacts |
Rebuild starting now, it'll take a short while then should be good to go again. |
Everything has been rebuilt now. The armv7l build, which was the one being used above, is now functioning correctly. Thanks :) |
Awesome. Eventually I'll actually be able to make the right selection when building the RC ;-) |
in reality we should not have to select that box... there is no instance where you would do a custom build and not want the headers hosted in "rc"... I'll make an issue on build edit: nodejs/build#393 |
Usability FTW! |
@fivdi fwiw it is pretty much the same issue. There is a drop down box to select the release stream for the headers... pick the wrong option and it doesn't work. I've done this a few times... pretty annoying. Hopefully that issue I started on build will stop this from happening ever again! |
Yeah, to be honest, the io.js url options should just be removed at this point. |
This issue is similar to #6237. When installing add-ons with Node.js v6.0.0-rc.3 an attempt is made to download
node-v6.0.0-rc.3-headers.tar.gz
from https://iojs.org/download/rc/v6.0.0-rc.3/node-v6.0.0-rc.3-headers.tar.gz (which doesn't exist) rather than from https://nodejs.org/download/rc/v6.0.0-rc.3/node-v6.0.0-rc.3-headers.tar.gz (which does exist.)Here's an example:
It's possible to work around the issue by manually downloading and decmpressing
node-v6.0.0-rc.3-headers.tar.gz
before the install:The text was updated successfully, but these errors were encountered: