-
-
Notifications
You must be signed in to change notification settings - Fork 28
Node version managers
LeoTM edited this page Sep 12, 2025
·
13 revisions
- 2010 NVM (Shell) π
- 2018 FNVM (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
- revert
- install
- 2019 Volta (Rust)
- install
brew install volta
volta setup
β οΈ volta uninstall
not supportedvolta install node@latest
-
volta install <npm/yarn/pnpm/bun>@latest
- full uninstall...
rm -rf $HOME/.volta
- revert
.zshenv
- revert
.profile
- install