fnm icon indicating copy to clipboard operation
fnm copied to clipboard

🚀 Fast and simple Node.js version manager, built in Rust

Results 301 fnm issues
Sort by recently updated
recently updated
newest added

Would it be possible to add a hooks mechanism? This would add hooks for various life cycle events: - `before_install` - `after_install` - `before_uninstall` - `after_uninstall` - `before_chdir` - `after_chdir`...

I have a proposal for how to pronounce `fnm` - fa-nah-manah .. and the song that can inspire me for the name: [Mana Mana (Mahna Mahna) Song](https://youtu.be/Cz8cbwR_6ms) To make it...

When using `fnm exec`, only `node` works; `npm` and `npx` don't execute and so I get my global install (or, no install if fnm is my main way of getting...

I've been trying to debug this for a while, and haven't been able to figure it out. FNM works fine, all the time, if I run scripts, or automate scripts,...

`.nvmrc` in parent directories aren't read Similar issue in nvm.fish: https://github.com/jorgebucaran/nvm.fish/issues/45

RUNNING ON: Linux debian. setps: 1\ curl -fsSL https://fnm.vercel.app/install | bash 2\ source /home/ez/.bashrc output>> error: Can't create the symlink for multishells at "/run/user/1000/fnm_multishells/635480_1695710840019". Maybe there are some issues with...

Fnm installs itself and the node/npm versions in the $HOME directory (on Debian), but this makes the binaries only available to the user who installed fnm...\ What is the preferred...

For example, I use a Git GUI to commit, the Git hooks I used are written by Node.js, and then an error occurs: ``` env: node: No such file or...

Hello. I recently updated from 1.33.1 to 1.35.1, and somewhere in between seems to have changed from `powershell` to `power-shell`. I'm not sure if it was an intended change but...