In this post i want to share about how to update node version in ubuntu OS. I would like to share this post because i try lot to update my node js package. When i install 0.10.25 nodejs but i want to update nodejs current latest version. At that time i did try lot to upgrade but i can’t update my node.

I have ubuntu 14.04 OS. One time i was working on native script framework and i need to update nodejs package at that time my Project Manager give me some command for update nodejs current version. I don’t know where he found but now my system have latest version of node. So if you also want to update then run following command.

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

#nodejs #ubuntu #nodejs version

How to upgrade NodeJS version in Ubuntu?
3.90 GEEK