ricardobeat
3 hours 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.
thallavajhula
3 hours ago
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.
c-hendricks
an hour ago
Mise does similar, but for a while suite of tools instead of just nodejs.
thallavajhula
an hour ago
Will check it out, thanks!