Installing Node Version Manager
The Node Version Manager (opens in a new tab) is a way of managing multiple Node.js versions on one machine.
Update your packages:
apt upgrade && apt upgrade
Run installer:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
Last updated on