Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to find Node 20.13.0 (LTS) #391

Closed
htunnicliff opened this issue May 8, 2024 · 3 comments
Closed

Failed to find Node 20.13.0 (LTS) #391

htunnicliff opened this issue May 8, 2024 · 3 comments

Comments

@htunnicliff
Copy link

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?

@htunnicliff htunnicliff changed the title Failed to find Node 20.13.0 Failed to find Node 20.13.0 (LTS) May 8, 2024
@chedabob
Copy link

chedabob commented May 8, 2024

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

@dzienisz
Copy link

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

@augustobmoura
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants