cloud9 ide - Update node.js version inside Cloud 9 IDE -


my cloud 9 workspace running node.js 0.10. how can update latest version of node.js (today 0.12.4)?

i'm trying install node.js using apt-get 0.10 version.

update: latest version of cloud 9 workspaces have preinstalled version 4.1.1

with cloud 9 can use nvm install new version of node.js. run:

nvm install 5.5.0 nvm use 5.5.0 nvm alias default v5.5.0 

nvm keeps versions can switch whenever want.

see https://docs.c9.io/v1.0/docs/writing-a-nodejs-app.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -