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

asdf cant find definition for v18.19.0

stevensullivan opened this issue · comments

When I run asdf install nodejs 18.19.0 it returns

Trying to update node-build... ok
node-build: definition not found: 18.19.0

When I run asdf list all nodejs it returns

18.18.1
18.18.2
19.0.0
19.0.1

When I look at the nodejs index, v18.19.0 is there
https://nodejs.org/dist/

It's a very recent release, we need to wait for nodenv/node-build#843 to be merged

Got it, thanks for the quick reply!