We will learn How to upgrade node.js version in Ubuntu?


sudo npm cache clean -f
sudo npm install -g n
sudo n stable
node -v