Node version manager I use.
Installation
curl -fsSL https://fnm.vercel.app/install | bash
Then add to the end of your ~/.zshrc
:
.zshrc
# fnm env https://github.com/Schniz/fnm
eval "$(fnm env --use-on-cd)"
Usage
fnm ls
fnm install --lts
fnm use --lts
fnm install v18.12.1
fnm use v18.12.1
fnm current