asdf-nodejs icon indicating copy to clipboard operation
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.

Open dorianmariecom opened this issue 1 year ago • 3 comments

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.

dorianmariecom avatar Apr 04 '24 14:04 dorianmariecom

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.

themartorana avatar Apr 16 '24 17:04 themartorana

We are also seeing this with a fresh install of asdf.

DylanBruzenak avatar Apr 26 '24 22:04 DylanBruzenak

@augustobmoura can you take a look here? Not familiar with the present state of node.js releases.

Stratus3D avatar Apr 29 '24 21:04 Stratus3D