Pradeep Raj
Pradeep Raj

Reputation: 339

How to install cloud9 on windows

I had followed this link "https://github.com/ajaxorg/cloud9#installation-on-windows-experimental" for installation of cloud9 on windows but i'm geting error on "node server.js [args]". the exactly getting error is cannot find the module.Can anyone please help me on this issue.

thanks, Pradeep

Upvotes: 5

Views: 6073

Answers (1)

Balayesu Chilakalapudi
Balayesu Chilakalapudi

Reputation: 1406

You need to install all the required library packages like

libxml2-dev

which are given in the requirements section of the given link

https://github.com/ajaxorg/cloud9?source=c

Upvotes: 2

Related Questions