cloud9 ide - OSX Mountain Lion Cloud 9 install instructions -
how can install cloud9 locally on osx mountain lion?
following instructions @ https://github.com/ajaxorg/cloud9/ did not work.
you should check nodejs version node --version
. use version lower 0.8.x
if using 0.10.x , don't intend go backwards, should try nvm:
- curl https://raw.github.com/creationix/nvm/master/install.sh | sh
- open new terminal window (or shell logout + login)
- nvm install 0.8
- nvm use 0.8
then follow cloud9 instructions
- git clone https://github.com/ajaxorg/cloud9.git
- cd cloud9
- npm install
if doesn't work try updating npm executing npm update -g
note: if eacces errors should try sudo npm update -g
Comments
Post a Comment