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.
How did I know it was going to be `nvm` before I clicked?
supriyo-biswas 3 hours ago [-]
All the package managers that provide shell wrappers kinda tend to be bad at this, unless they use their own command to wrap over project specifications, like uv.
These days, I've been personally relying more on direnv to automatically activate certain shell configurations, and then nix to manage binary dependencies like node or go or php.
ricardobeat 1 hours ago [-]
In my experience direnv is also a source of slowness. How fast is it for you?
jdxcode 48 minutes ago [-]
mise isn't, and has the advantage that you don't need to build your own lightsaber with direnv and nix.
I’ve been using mise [1] to manage node versions since with zero issues.
[1] https://mise.jdx.dev
These days, I've been personally relying more on direnv to automatically activate certain shell configurations, and then nix to manage binary dependencies like node or go or php.