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/
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?
Prerelease available via npm i n@next for v6. Release notes: https://github.com/tj/n/releases/tag/6.0.0-0
Added in v6: https://github.com/tj/n/releases/tag/v6.0.0
Most helpful comment
Is there any update on this? Not
lts/carbonis out it would be nice to run my version of node off my.nvmrcwith bothnandnvm