My Cloud 9 workspace is running with Node.Js 0.10. How can I update it to the latest version of Node.Js (today is 0.12.4)?
I\'m trying to install Node.Js using apt-g
To improve on Davide Icardi's answer, this installs the latest stable version:
nvm install stable
Worked for me in Cloud9.