Hacker News new | ask | show | jobs
by ricardobeat 5 days ago
Having gone through the same experience, I suggest dropping fnm as well; I don’t recall what exactly causes it, but it will eventually slow down too.

I’ve been using mise [1] to manage node versions since with zero issues.

[1] https://mise.jdx.dev

1 comments

I haven't had any issues with `fnm` so far. It's been fast and I like how it prompts you to install a missing node version as soon as you jump into a directory with a `.nvmrc` file.
Mise does similar, but for a while suite of tools instead of just nodejs.
Will check it out, thanks!