-
Notifications
You must be signed in to change notification settings - Fork 155
Suggestion: Create major version number alias same as codename alias! #327
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
Comments
There are a number of projects where the lack of this alias is a persistent compatibility issue for me. Glad to see a workaround, though. |
Looks like it doesn't support version numbers like |
To add onto this, it would also be nice to have an alias like |
@akkadaya this would be a good improvement! |
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 |
React-Native has
.node-version
with value16
by default andasdf
doesn't recognise that version.asdf
should be able to install version16
same aslts-gallium
version which is a symlink to the latest 16 version.as a workaround I use:
The text was updated successfully, but these errors were encountered: