Search code examples
node.jscloud9-idenode-modules

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


Solution

  • 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