-
Notifications
You must be signed in to change notification settings - Fork 154
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
asdf install nodejs lts
fails on first attempt
#329
Comments
Looks to be the same issue as #319, which was closed b/c they were using the alias in I can replicate this issue with both methods. |
Figured it out: Filing a PR to fix |
Ran into this today. Are there any updates on merging this fix? |
We changed the way aliases work on #348, now you need to explicitly opt-in with dynamic ranges on legacy version files ( To enable it, you need to provide an export ASDF_NODEJS_LEGACY_FILE_DYNAMIC_STRATEGY=latest_installed
# OR
export ASDF_NODEJS_LEGACY_FILE_DYNAMIC_STRATEGY=latest_available Please update the plugin by running |
When I first install this nodejs plugin and then attempt
asdf install nodejs lts
, I get the error:Re-running the same command works.
I can then replicate the issue again by
asdf plugin remove nodejs
and starting over.The text was updated successfully, but these errors were encountered: