fnm
🚀 Fast and simple Node.js version manager, built in Rust
Installation
PowerShell
winget install Schniz.fnmbash
curl -fsSL https://fnm.vercel.app/install | bashShell Setup
PowerShell
"fnm env --use-on-cd --shell powershell | Out-String | Invoke-Expression" | Out-File -FilePath $PROFILE -Appendbash
echo "eval \"\$(fnm env --use-on-cd --shell bash)\"" >> ~/.bashrcConfiguration mirror
PowerShell
setx FNM_NODE_DIST_MIRROR "https://npmmirror.com/mirrors/node"bash
cat <<EOF >> ~/.bashrc
export FNM_NODE_DIST_MIRROR=https://npmmirror.com/mirrors/node
EOFInstall node
sh
fnm install <version>List node versions
sh
# List installed versions
fnm list
# List remote versions
fnm list-remote