N: Add support for lts version name i.e. "argon" or "latest-argon"

Created on 27 Mar 2017  路  7Comments  路  Source: tj/n

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/

enhancement

Most helpful comment

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

All 7 comments

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.

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

Working on this.

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?

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.

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shadowspawn picture shadowspawn  路  6Comments

daiando picture daiando  路  4Comments

hzhu picture hzhu  路  9Comments

benpptung picture benpptung  路  9Comments

rahpuser picture rahpuser  路  9Comments