1

I need node +5, but the current setting is :

node --version
# v0.10.25

Is there a way to upgrade node to --version +5 ?

Hugolpz
  • 17,296
  • 26
  • 100
  • 187

1 Answers1

2

Answer is on the Node tutorial page

nvm install 5.3

You can check the lastest version available on http://nodejs.io , the Codio team follow it reactively.

Hugolpz
  • 17,296
  • 26
  • 100
  • 187