install nodejs 8 on ubuntu/ remove other software update if it needs
if sudo apt-get update can`t not be done, remove the other software, like chromium.
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup_8.x | bash - apt-get install -y nodejsnodejs 8.X