nodejs installation globally on ubuntu
sudo apt remove nodejs
sudo apt autoremove
sudo apt update
sudo apt upgrade
sudo apt install nodejs npm
sudo n latest (or number of version)
node -v
echo 'export PATH=/usr/local/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
You can comment on this FAQ