You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asdf: Warn: You have configured asdf to preserve downloaded files (with always_keep_download=yes or --keep-download). But asdf: Warn: the current plugin (nodejs) does not support that. Downloaded files will not be preserved.
#384
Open
dorianmariecom opened this issue
Feb 14, 2024
· 2 comments
> asdf install nodejs 20.11.0
....
asdf: Warn: You have configured asdf to preserve downloaded files (with always_keep_download=yes or --keep-download). But
asdf: Warn: the current plugin (nodejs) does not support that. Downloaded files will not be preserved.
> asdf --version
v0.13.1-0586b37
The text was updated successfully, but these errors were encountered:
❯ asdf --version
v0.14.0
❯ LANG=C asdf plugin-update --all
Location of nodejs plugin: /path/to/.asdf/plugins/nodejs
Updating nodejs to master
Already on 'master'
Your branch is up to date with 'origin/master'.
❯ asdf install nodejs 20.11.1
Trying to update node-build... ok
Downloading node-v20.11.1-darwin-arm64.tar.gz...
-> https://nodejs.org/dist/v20.11.1/node-v20.11.1-darwin-arm64.tar.gz
Installing node-v20.11.1-darwin-arm64...
Installed node-v20.11.1-darwin-arm64 to /path/to/.asdf/installs/nodejs/20.11.1
asdf: Warn: You have configured asdf to preserve downloaded files (with always_keep_download=yes or --keep-download). But
asdf: Warn: the current plugin (nodejs) does not support that. Downloaded files will not be preserved.
❯ asdf local nodejs 20.11.1
❯ node --version
v20.11.1
Hi,
I'm getting this warning when installing nodejs:
The text was updated successfully, but these errors were encountered: