node current version install on ununtu code example
Example 1: ubuntu 18 install nodejs
cd ~
curl -sL https://deb.nodesource.com/setup_12.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt install nodejs
nodejs -v # shows your version
Example 2: install node js using nvm ubuntu
bash install_nvm.sh