-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support aliasing versions #61
Comments
I looked at something like this before for Appveyor. The main source for this stuff in the index.tab/index.json file https://new.nodejs.org/dist/index.tab https://new.nodejs.org/dist/index.json |
That handles LTS in nvm for sure; we also have user-provided aliases, and node/stable/iojs. |
Ok, so I quickly put up this issue while driving the other day, now it's time to think about how it'd work:
|
|
As far as setting the aliases; |
As part of the work to address #60 and have better alignment with
nvm
's functionality I want an easy way to alias installed versions, and to use aliases other thanlatest
.The text was updated successfully, but these errors were encountered: