How to install latest LTS version of Node.js on Ubuntu 16.04 HD
Check out high performance SSD storage cloud hosting with 15 locations around the globe starting from $2.50/month - https://www.vultr.com/?ref=6901441 Quick video showing commands for installing Node.js on Ubuntu. ####################### # ⌨️ Command rundown: ⌨️ ####################### sudo apt-get update && sudo apt-get upgrade -y lsb_release -a sudo apt-get install -y build-essential curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install -y nodejs node -v && npm -v which node which npm man node node -h node