Skip to content

Instantly share code, notes, and snippets.

@Morabaraba
Created May 10, 2017 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Morabaraba/51c6ac58218c58e5b9a4de13a7d3f9b6 to your computer and use it in GitHub Desktop.
Save Morabaraba/51c6ac58218c58e5b9a4de13a7d3f9b6 to your computer and use it in GitHub Desktop.
GET http://localhost:3131/static/ace/build/ace.js 404 (Not Found) Cloud9 v2

Did a npm install and npm update and got the following WARN.

npm WARN cannot run in wd cloud9@2.1.5 cd node_modules/ace; make clean pre_build; ./Makefile.dryice.js minimal; cd ../.. (wd=/opt/cloud9)

When I started the server cloud9 reported:

GET http://localhost:3131/static/ace/build/ace.js  404 (Not Found) Cloud9 v2

I manually executed from my cloud9 root.

cd node_modules/ace; make clean pre_build; ./Makefile.dryice.js minimal;

and it built ace correctly.

I now get

Uncaught TypeError: Cannot read property 'getAttribute' of null
    at HTMLDocument.apf.addListener.$mousedown (:3131/static/apf-packaged/apf_release.js:38825)

but cloud9 v2 gpl works as expected :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment