asdf-vm / asdf-nodejs

Node.js plugin for asdf version manager

Home Page:https://github.com/asdf-vm/asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to find Node 20.13.0 (LTS)

htunnicliff opened this issue · comments

I am unable to install the latest LTS version of Node (v20.13.0) which was released on 2024-05-07.

Here is the output I'm seeing:

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

I've attempted to update node-build using a variety of commands, none of which result in the new version becoming available.

Any ideas if this is an asdf issue, node-build issue, or something else entirely?

I suspect it's because this PR hasn't been merged nodenv/node-build#866

I can't understand why I can't just write asdf install nodejs 20 for newest 20.X version.

I am unable to install the latest LTS version of Node (v20.13.0) which was released on 2024-05-07.

Here is the output I'm seeing:

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

I've attempted to update node-build using a variety of commands, none of which result in the new version becoming available.

Any ideas if this is an asdf issue, node-build issue, or something else entirely?

I suspect it's because this PR hasn't been merged nodenv/node-build#866

Exactly, just give some time between new releases so definitions are merged to node-build

I can't understand why I can't just write asdf install nodejs 20 for newest 20.X version.

That syntax is not supported by asdf core, instead you can write:

asdf install nodejs latest:20