I need node +5, but the current setting is :
node --version
# v0.10.25
Is there a way to upgrade node to --version +5 ?
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.