We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
curl https://raw.githubusercontent.com/creationix/nvm/v0.7.0/install.sh | sh
~/.bashrc
sudo nano ~/.bashrc
# nvm (node version manager) source ~/.nvm/nvm.sh
source ~/.bashrc
nvm install v0.10.28
nvm use v0.10.28
Now using node v0.10.28
nvm alias default v0.10.28
v0.10.28
Thats it!.