Install NodeJS on Debian
Easiest & fastest way to install NodeJS and NPS is via Package Manger:
Add PPA
sudo apt-get install curl software-properties-common curl -sL https://deb.nodesource.com/setup_13.x | sudo bash -
Install
sudo apt-get install nodejs