I have installed node js version 8.12.0 in ubuntu 16.04. Now i need update node version 10.x.
I have tried with this
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
But still got the same version of node. How can i update node version?