How to install latest nodejs

sudo apt install -y curl

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt install -y nodejs