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

use rtx-nodejs fork with proper aliases for lts-hydrogen #287

Closed
jdx opened this issue Mar 8, 2023 · 0 comments · Fixed by #300
Closed

use rtx-nodejs fork with proper aliases for lts-hydrogen #287

jdx opened this issue Mar 8, 2023 · 0 comments · Fixed by #300
Labels
enhancement New feature or request

Comments

@jdx
Copy link
Owner

jdx commented Mar 8, 2023

we should adopt the nodejs rtx fork so that we have the aliases which will work better than the symlinks that currently are used in nodejs.

This helps with updates since right now if you want to use the latest version of "lts-hydrogen" you would have to run rtx i nodejs@lts-hydrogen -f I think. Aliases would avoid this and rtx would map "lts-hydrogen" to the latest version of 18.x, not just whatever version it installed.

I think we should also add an alias for "lts" which can be helpful with #286, that way we can do the following:

rtx i nodejs@lts nodejs@lts~2

to get the 2 most recent lts releases. It would be nice to also be able to express "all non-eol releases", but at least right now I'm unsure how to do that.

@jdx jdx added the enhancement New feature or request label Mar 8, 2023
@jdx jdx changed the title use rtx-nodejs fork use rtx-nodejs fork with proper aliases for lts-hydrogen Mar 8, 2023
jdx added a commit that referenced this issue Mar 11, 2023
@jdx jdx closed this as completed in #300 Mar 12, 2023
@jdx jdx closed this as completed in 9cefc2b Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant