-
Notifications
You must be signed in to change notification settings - Fork 146
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
Installing lts versions is broken #299
Comments
This looks like a broken request in the past. Try clearing your cache by running |
I had this problem before but after removing the cache it solve itself. I think we added an incompatibility with previous cache files. If we are having the problem even after clearing the cache, I might give a deeper investigation |
Cleaning the cache fixed the issue. Looks like I will need to automate cache removal. From a user point of view, and especially if this is now a recurring issue, it would help if asdf-nodejs cleaned the cache automatically when needed. |
This just happened to me as well, and clearing the cache also seemed to have fixed the issue and allowed me to install new nodejs versions fine. I do get this error once after clearing the cache (not repeated like the one in the first post): |
I just had this happen to me as well. Clearing the cache fixed it. |
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 |
commit aded55b was the last one to allow installing lts versions.
commit 5d34772 and after show many hundred lines of output regarding unbound variable access before giving "node-build: definition not found: lts-gallium"
I first noticed the problem in a docker build based on ubuntu, and then reproduced it on osx / homebrew.
I need to go back to commit f9957f3 to make it work in the Ubuntu container build, whereas aded55b works for the Mac.
The text was updated successfully, but these errors were encountered: