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:

then follow cloud9 instructions

if doesn't work try updating npm executing npm update -g

note: if eacces errors should try sudo npm update -g


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -