-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
nvm should allow installation of v8-canary #1551
Comments
https://nodejs.org/download/v8-canary/index.tab is empty - and that was intentional. See nodejs/node#13589 and nodejs/build#626 (comment). Regardless, supporting v8 canaries would absolutely have to wait until node rc's and nightlies were supported, since those are far more important to nvm users. |
Alright, sound good. Since it looks like you're not opposed to this idea, can this issue be left open to track this feature request? |
Sure - but the index.tab would have to be populated for nvm to be able to install anything. |
The index.tab is now populated. You can install the latest canary with |
Indeed; however, just like every method of using the mirror to install something nvm doesn't support, please be aware that doing so probably will cause your NVM_DIR to be pretty messed up as nvm adds support for things later. |
I am trying to install Node.js canary using the method listed in this discussion, and it worked for me before but since recently I get the error below. Anybody seen that?
|
Filed nodejs/node#22757 |
Link: https://nodejs.org/download/v8-canary/ has the bleeding edge v8
This would be tremendously useful for testing
The text was updated successfully, but these errors were encountered: