-
Notifications
You must be signed in to change notification settings - Fork 145
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
Error installing the lts version #249
Comments
@gui1612 thank you for reporting. I was able to reproduce this on my machine and it's definitely a bug. I also noticed that |
It seems like |
The first issue seems to be solved. |
In the version I was using, simply doing this quick fix would also solve that list-all bug: - versions=$(bash "${plugin_path}/bin/list-all")
+ versions=$(cd "${plugin_path}/bin/"; bash ./list-all) As you can check in here. |
It is caused by this plugin's
@augustobmoura not sure when this issue was introduced but we need to get this fixed. Do you want me to create a separate ticket for this? I don't see any other issues reporting it. |
That's weird, since doing exactly the same thing I get the expected output:
|
This is probably a cached faulty result, @Stratus3D try deleting |
It doesn't seem to be related to the caching. |
Describe the Bug
The lts alias doesn't seem to be redirecting to the right path. I can proceed with installing
nodejs latest
and also typing manually the lts version (asdf install nodejs 14.17.3
), however when I try to install lts from the alias I get the error:Installing alias lts as 14.17.3
bash: /home/$USER/.asdf/plugins/../bin/install: No such file or directory
Could not install version 14.17.3
You can check the error in here.
Steps to Reproduce
asdf plugin-add nodejs
asdf install nodejs lts
Expected Behaviour
This should start the install process
Actual Behaviour
Installing alias lts as 14.17.3
bash: /home/$USER/.asdf/plugins/../bin/install: No such file or directory
Could not install version 14.17.3
Environment
OS: Linux pcgui 5.13.4-arch1-1 #1 SMP PREEMPT Tue, 20 Jul 2021 16:58:51 +0000 x86_64 GNU/Linux SHELL: zsh 5.8 (x86_64-pc-linux-gnu) ASDF VERSION: v0.8.1-a1ef92a ASDF ENVIRONMENT VARIABLES: ASDF_DIR=/home/gui1612/.asdf ASDF INSTALLED PLUGINS: nodejs https://github.com/asdf-vm/asdf-nodejs.git
The text was updated successfully, but these errors were encountered: