NVM
Install
nvm is a version manager for node.js, designed to be installed per-user and invoked per-shell.
Install according to the Install & Update Script
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
The above script will add the following to ~/.zshrc
as I'm using Oh My ZSH:
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm