Skip to content

Node version managers

LeoTM edited this page Oct 16, 2025 · 21 revisions
  • 2010 nvm (Shell) 🐌
  • 2014 asdf (Go, Shell)
  • 2018 fnm (Rust) ⚑
    • install
      • brew install fnm
      • shell setup
      • fnm install --latest
      • corepack enable
    • full uninstall...
      • revert fnm env changes...
      • revert shell config file (e.g. .zshrc)
      • rm -rf $HOME/.local/state/fnm_multishells
      • rm -rf $HOME/.local/share/fnm
  • 2019 volta (Rust) ⚑
Clone this wiki locally