Skip to content

Instantly share code, notes, and snippets.

@john3909
Created September 5, 2012 19:12
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 john3909/06096f92b0b74f2ba038 to your computer and use it in GitHub Desktop.
Save john3909/06096f92b0b74f2ba038 to your computer and use it in GitHub Desktop.
Cloud9ide Nodejs pi branch V0.8.9
root@beagleboard:~/cloud9# bin/cloud9.sh
mkdir -p plugins-client/lib.ace/www/worker
rm -rf /tmp/c9_worker_build
mkdir -p /tmp/c9_worker_build/ext
ln -s `pwd`/plugins-client/ext.language /tmp/c9_worker_build/ext/language
ln -s `pwd`/plugins-client/ext.codecomplete /tmp/c9_worker_build/ext/codecomplete
ln -s `pwd`/plugins-client/ext.jslanguage /tmp/c9_worker_build/ext/jslanguage
node Makefile.dryice.js worker
# cloud9 worker ---------
/home/root/node_modules/dryice/lib/dryice/index.js:643
throw new Error('Each commonjs root should be a directory: ' + root);
^
Error: Each commonjs root should be a directory: /home/root/cloud9/node_modules/treehugger/lib
at CommonJsProject.<anonymous> (/home/root/node_modules/dryice/lib/dryice/index.js:643:13)
at Array.map (native)
at new CommonJsProject (/home/root/node_modules/dryice/lib/dryice/index.js:641:27)
at Function.copy.createCommonJsProject (/home/root/node_modules/dryice/lib/dryice/index.js:957:10)
at worker (/home/root/cloud9/Makefile.dryice.js:43:30)
at main (/home/root/cloud9/Makefile.dryice.js:35:9)
at Object.<anonymous> (/home/root/cloud9/Makefile.dryice.js:95:5)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
make: *** [plugins-client/lib.ace/www/worker/worker-language.js] Error 1
Unknown OS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment