How can I update my nodeJS to the latest version?
I have installed nodeJS on Ubuntu with following code sudo apt-get install nodejs Since I am a new user for ubuntu I also ran this code too sudo apt-get install npm Now when I type nodejs --version It shows v0.6.19 I checked and saw latest nodeJS version is 0.10.26 How can I update my version of nodeJS to 0.10.26?
https://askubuntu.com/questions/426750/how-can-i-update-my-nodejs-to-the-latest-version