steps how to donwload nodejs on ubuntu code example
Example: node install ubuntu
# Through nodesource
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install nodejs
# Through nodesource
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install nodejs