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

Add support for lts version name i.e. "argon" or "latest-argon" #423

Closed
mafischer opened this issue Mar 27, 2017 · 7 comments
Closed

Add support for lts version name i.e. "argon" or "latest-argon" #423

mafischer opened this issue Mar 27, 2017 · 7 comments

Comments

@mafischer
Copy link

Now that each lts branch is named, it would be nice to install them by their names i.e. n argon or n boron.

https://nodejs.org/dist/latest-argon/
https://nodejs.org/dist/latest-boron/

@troy0820
Copy link
Collaborator

This looks doable but the problem we will have with that is when whatever c is going to be named if we don't regex it. I am working on a way to include release candidate as well so this may go along with that milestone.

@gussyboy
Copy link

gussyboy commented Nov 6, 2017

Is there any update on this? Not lts/carbon is out it would be nice to run my version of node off my .nvmrc with both n and nvm

@shadowspawn
Copy link
Collaborator

shadowspawn commented Jul 2, 2018

Working on this.

@shadowspawn
Copy link
Collaborator

shadowspawn commented Dec 21, 2018

I don't understand the comment about "run my version of node off my .nvmrc with both n and nvm".

How is .nvmrc being used with n? Custom script or alias perhaps?

@shadowspawn
Copy link
Collaborator

shadowspawn commented Mar 25, 2019

I have added support for the node codenames in nvh. It will be a while before it gets considered for n, and if readers give it a try in nvh then I am interested in feedback about how useful it is in practice.

@shadowspawn
Copy link
Collaborator

Prerelease available via npm i n@next for v6. Release notes: https://github.com/tj/n/releases/tag/6.0.0-0

@shadowspawn
Copy link
Collaborator

Added in v6: https://github.com/tj/n/releases/tag/v6.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants