meta data for this page
  •  

Upgrade nodejs using npm

sudo npm cache clean -f
sudo npm install -g n
sudo n stable
#or
#sudo n 0.8.21