NVM is a Node Version Manager tool. This will help you install multiple versions of node and switch between them as you see fit without needing to worry about running any extra setup.
In order to properly run the script, you'll need zsh
to be installed
If you want to run script that automate the installation process, you can find it at the following...
In order to get NVM installed into your distribution, you'll need the setup-nvm.sh
file from this repo and just run the following...
sudo chmod +x ./setup-nvm.sh && \
./setup-nvm.sh