-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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.2 #6237
Comments
Did you try to install by dumping into the nvm versions folder? This is a common issue with dumping prerelease versions into nvm. It's due to the NVM_NODEJS_ORG_MIRROR env variable. Try setting it to an empty string and try again. |
I'm not using nvm in this case. I was able to workaround the issue by manually downloading and decompressing node-v6.0.0-rc.2-headers.tar.gz and then calling
|
this is due to a bad config setting when the build was generated, I'm running a new build for rc.2 now that should fix the link when it's done |
oh wait... perhaps not... looking the details of the error. When the new build is complete, grab it and see if it resolves the issue. |
I just installed the new build of rc.2 and everything is working as expected now. If you are an nvm user you will have to run
in order to stop nvm from trumping the gyp path. @ljharb where are we on fixing that in nvm Closing as things appear to be working |
Fixing what in |
See: nodejs/node-gyp#787 |
Yes, the link is fixed with the latest rc.2. What comes as a very pleasant surprise is that the add-on compiles and functions as expected without a single modification. This isn't something that I expected given the major version bump. |
Awesome. Yeah we were pleasantly surprised also to find out there were no
|
Attempting to install add-ons with Node.js v6.0.0-rc.2 results in the error shown below. node-v6.0.0-rc.2-headers.tar.gz can't be found at https://nodejs.org/download/release/v6.0.0-rc.2/node-v6.0.0-rc.2-headers.tar.gz because it's not there. It's located at https://nodejs.org/download/rc/v6.0.0-rc.2/node-v6.0.0-rc.2-headers.tar.gz
The text was updated successfully, but these errors were encountered: