-
-
Notifications
You must be signed in to change notification settings - Fork 29
Node version managers
LeoTM edited this page Sep 12, 2025
·
21 revisions
- 2010 NVM (Shell)
- install
brew install voltavolta setupβ οΈ volta uninstallnot supportedvolta install node@latest-
volta install <pnpm/yarn/bun>@latest
- full uninstall...
rm -rf $HOME/.volta- revert
.zshenv - revert
.profile
- install
- 2018 FNVM (Rust)
- install
brew install fnm- shell setup
fnm install --latestcorepack enable
- full uninstall...
- revert
fnm envchanges... - revert shell config file (e.g.
.zshrc) rm -rf $HOME/.local/state/fnm_multishellsrm -rf $HOME/.local/share/fnm
- revert
- install
- 2019 Volta (Rust)
- 2021 Corepack (JS)