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

nvm should allow installation of v8-canary #1551

Open
gsathya opened this issue Jun 11, 2017 · 7 comments
Open

nvm should allow installation of v8-canary #1551

gsathya opened this issue Jun 11, 2017 · 7 comments
Labels
feature requests I want a new feature in nvm!

Comments

@gsathya
Copy link

gsathya commented Jun 11, 2017

Link: https://nodejs.org/download/v8-canary/ has the bleeding edge v8

This would be tremendously useful for testing

@ljharb ljharb added the feature requests I want a new feature in nvm! label Jun 11, 2017
@ljharb
Copy link
Member

ljharb commented Jun 11, 2017

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.

@ljharb ljharb closed this as completed Jun 11, 2017
@gsathya
Copy link
Author

gsathya commented Jun 11, 2017

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?

@ljharb
Copy link
Member

ljharb commented Jun 11, 2017

Sure - but the index.tab would have to be populated for nvm to be able to install anything.

@ljharb ljharb reopened this Jun 11, 2017
@targos
Copy link

targos commented Jun 14, 2017

The index.tab is now populated. You can install the latest canary with NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/v8-canary nvm install node

@ljharb
Copy link
Member

ljharb commented Jun 14, 2017

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.

@aalexand
Copy link

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?

$ NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/v8-canary nvm install node
Downloading and installing node v11.0.0-v8-canary20180821b69fa228f2...
Downloading https://nodejs.org/download/v8-canary/v11.0.0-v8-canary20180821b69fa228f2/node-v11.0.0-v8-canary20180821b69fa228f2-linux-x64.tar.xz...
##O=-#      #                                                                                                                                                                                            
curl: (22) The requested URL returned error: 404 
Binary download from https://nodejs.org/download/v8-canary/v11.0.0-v8-canary20180821b69fa228f2/node-v11.0.0-v8-canary20180821b69fa228f2-linux-x64.tar.xz failed, trying source.
grep: /usr/local/google/home/aalexand/.nvm/.cache/bin/node-v11.0.0-v8-canary20180821b69fa228f2-linux-x64/node-v11.0.0-v8-canary20180821b69fa228f2-linux-x64.tar.xz: No such file or directory
Provided file to checksum does not exist.
Binary download failed, trying source.
Clang v3.5+ detected! CC or CXX not specified, will use Clang as C/C++ compiler!
Downloading https://nodejs.org/download/v8-canary/v11.0.0-v8-canary20180821b69fa228f2/node-v11.0.0-v8-canary20180821b69fa228f2.tar.xz...
#=O#-   #      #                                                                                                                                                                                         
curl: (22) The requested URL returned error: 404 
Binary download from https://nodejs.org/download/v8-canary/v11.0.0-v8-canary20180821b69fa228f2/node-v11.0.0-v8-canary20180821b69fa228f2.tar.xz failed, trying source.
grep: /usr/local/google/home/aalexand/.nvm/.cache/src/node-v11.0.0-v8-canary20180821b69fa228f2/node-v11.0.0-v8-canary20180821b69fa228f2.tar.xz: No such file or directory
Provided file to checksum does not exist.

@aalexand
Copy link

aalexand commented Sep 7, 2018

Filed nodejs/node#22757

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature requests I want a new feature in nvm!
Projects
None yet
Development

No branches or pull requests

4 participants