fnm
fnm copied to clipboard
🚀 Fast and simple Node.js version manager, built in Rust
Related to #357 and #613
Please add support for `reinstall-packages-from` flag like `nvm` 🙏🏻
I need to work on a GitHub action that creates the release so I won't have to do it on my computer. My home internet is problematic and it looks...
`fnm env` should use the [`fish_add_path`](https://fishshell.com/docs/current/cmds/fish_add_path.html) function when appropriate. This avoids appending multiple fnm binary paths to `$PATH`, which can happen in a child shell. ```diff diff --git a/a.fish b/b.fish...
Hello, thanks for building this excellent tool! I was trying to see if there's a way to version filter when you run `fnm list-remote` When i attempt `fnm list-remote 16`...
I'm on Ubuntu 20.04 and so as far as /usr/bin/env is concerned fnm's version of node just doesn't exist. To fix this I have to run something like: ``` sudo...
First of all, just wanted to say thanks, the speed difference between this and nvm is insane 😄 **Feature request** Could we get a command similar to `nvm install node`...
I was recently cleaning up my system and noticed i have a lot of installed node versions using this tool. So i wanted to uninstall those but noticed i cannot...
Windows 10 fnm 1.27.0 ```pwsh fnm use 12.22.7 npm i -g npm@7 ``` Gives following: ``` npm ERR! code EEXIST npm ERR! path C:\Users\killy\AppData\Local\Temp\fnm_multishells\11652_1636758189844\npm.cmd npm ERR! Refusing to delete C:\Users\killy\AppData\Local\Temp\fnm_multishells\11652_1636758189844\npm.cmd:...
Current node docs suggest `fnm` for node management https://nodejs.org/en/download/package-manager/#fnm The node docs link to https://github.com/Schniz/fnm#using-a-script-macoslinux The suggested install command is ``` curl -fsSL https://fnm.vercel.app/install | bash ``` That install script...