We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems there have no LTS version to install but If i run this command asdf nodejs resolve lts --latest-available its available!
asdf nodejs resolve lts --latest-available
The text was updated successfully, but these errors were encountered:
same issue as this one #369 ?
Sorry, something went wrong.
You can't install lts versions directly, resolving lts only works for legacy file versions.
lts
# This will NOT work asdf install nodejs lts
If you need to install a version you can write your own script:
asdf nodejs install "$(asdf nodejs resolve lts --latest-available)"
No branches or pull requests
It seems there have no LTS version to install but If i run this command
asdf nodejs resolve lts --latest-available
its available!The text was updated successfully, but these errors were encountered: