Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine [1].
curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
node -v
sudo apt-get install npn
npm -vsudo npm cache clean -f
sudo npm install -g n
sudo n latest
node -v
sudo n stable
node -v[1] Node.js website