NVM (Node Virtual Machine) is a version manager for node.js, designed to be installed per-user, and invoked per-shell
Install
sudo apt install curl wget tar
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
source ~/.zshrc
Usage
nvm ls-remote
nvm install x.y.z …