Support unix like lts/<NAME>
for installing versions
#951
Labels
consider for rt
Pinned for use in the rt project
lts/<NAME>
for installing versions
#951
I'm part of a project where some of the developers use unix (mac/linux) and some of the developers use windows.
I'm trying to script the setup of the repository for both sets of users.
I know that this project does not support
.nvmrc
so my question is, why doesnvm-windows
not understand lts version name strings the same way asnpm-sh
?As a windows user, I can't use the
lts/hydrogen
string the way the unix users do because when I tell nvm for windows tonvm install lts/hydrogen
ornvm use lts/hydrogen
, it fails. As a unix user, I also can't use thelts18
string the way the windows users do because when I tell nvm for windows tonvm install lts18
ornvm use lts18
, it fails.Is because of how the symlinking works on windows?
It would be nice for feature parity purposes to be able to specify an lts the same way no matter what system you are on.
See relevant ticket in other project: nvm-sh/nvm#3064
The text was updated successfully, but these errors were encountered: