Skip to content
Discussion options

You must be logged in to vote

node@24 is in the list.

It isn't available at npm because it is a versioned formula, which results in it being "keg-only". This means it is used as a dependency by other relevant formula, but it is not linked in your path.

If you require node in your path you can install the node formula and it will be available.
If you specifically require node@24 available in your path, then you can force it to be linked with brew link node@24. But generally it would be advisable to manage multiple versions of node for your path with a node-specific version manager like nvm.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@AnsisMalins
Comment options

Answer selected by AnsisMalins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants