asdf-vm / asdf-nodejs

Node.js plugin for asdf version manager
https://github.com/asdf-vm/asdf
MIT License
908 stars 144 forks source link

Can't install 21.0.0 #376

Closed boojum closed 1 year ago

boojum commented 1 year ago
asdf version
v0.13.1-0586b37

asdf plugin list --all
nodejs

I'm unable to install 21.0.0:

asdf install nodejs 21.0.0
Trying to update node-build... ok
node-build: definition not found: 21.0.0

Manually running asdf nodejs update-nodebuild doesn't help but asdf nodejs nodebuild --definitions doesn't seem to list v21.

Also, setting ASDF_NODEJS_FORCE_COMPILE doesn't seem to help.

denis-manokhin commented 1 year ago

The same issue with 20.9.0 version

$ asdf install nodejs 20.9.0
Trying to update node-build... ok
node-build: definition not found: 20.9.0
$ asdf version
v0.13.1-0586b37
denis-manokhin commented 1 year ago

Ok. It's because there is no 20.9.0 version in node-build package.

J3m5 commented 1 year ago

20.9.0 and 21.1.0 are coming https://github.com/nodenv/node-build/pull/837

augustobmoura commented 1 year ago

Closed as https://github.com/nodenv/node-build/pull/837 have been merged