asdf-nodejs
asdf-nodejs copied to clipboard
WARNING: node-v21.7.2-darwin-arm64 is in LTS Maintenance mode and nearing its end of life. It only receives *critical* security updates, *critical* bug fixes and documentation updates.
WARNING: node-v21.7.2-darwin-arm64 is in LTS Maintenance mode and nearing its end of life.
It only receives *critical* security updates, *critical* bug fixes and documentation updates.
I think that's wrong, v21.7.2 is the latest and not LTS or near end of life
~/s/O/haymakers-for-hope-web> asdf install nodejs 21.7.2
Trying to update node-build... ok
Downloading node-v21.7.2-darwin-arm64.tar.gz...
-> https://nodejs.org/dist/v21.7.2/node-v21.7.2-darwin-arm64.tar.gz
WARNING: node-v21.7.2-darwin-arm64 is in LTS Maintenance mode and nearing its end of life.
It only receives *critical* security updates, *critical* bug fixes and documentation updates.
Installing node-v21.7.2-darwin-arm64...
Installed node-v21.7.2-darwin-arm64 to /Users/dorianmariefr/.asdf/installs/nodejs/21.7.2
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.
Same for 21.7.3:
❯ asdf latest nodejs
21.7.3
❯ asdf install nodejs 21.7.3
Trying to update node-build... ok
Downloading node-v21.7.3-darwin-arm64.tar.gz...
-> https://nodejs.org/dist/v21.7.3/node-v21.7.3-darwin-arm64.tar.gz
WARNING: node-v21.7.3-darwin-arm64 is in LTS Maintenance mode and nearing its end of life.
It only receives *critical* security updates, *critical* bug fixes and documentation updates.
Installing node-v21.7.3-darwin-arm64...
Installed node-v21.7.3-darwin-arm64 to /Users/dave/.asdf/installs/nodejs/21.7.3
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.
We are also seeing this with a fresh install of asdf.
@augustobmoura can you take a look here? Not familiar with the present state of node.js releases.