Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created March 30, 2010 22:42
Show Gist options
  • Save StanAngeloff/349700 to your computer and use it in GitHub Desktop.
Save StanAngeloff/349700 to your computer and use it in GitHub Desktop.
[stan@psp-stan-arch coffee-script]$ bin/cake build:full
sys.exec has moved to the "child_process" module. Please update your source code.
Error: childProcess API has changed. See doc/api.txt.
at EventEmitter.createChildProcess (node.js:11:11)
at run (eval at <anonymous> (/home/stan/public/coffee-script/lib/coffee-script.js:57:55))
at Object.action (eval at <anonymous> (/home/stan/public/coffee-script/lib/coffee-script.js:57:55))
at invoke (/home/stan/public/coffee-script/lib/cake.js:49:26)
at /home/stan/public/coffee-script/lib/cake.js:73:17
at node.js:394:21
at node.js:813:9
Error: Command failed: Error: childProcess API has changed. See doc/api.txt.
at EventEmitter.createChildProcess (node.js:11:11)
at run (eval at <anonymous> (/home/stan/public/coffee-script/lib/coffee-script.js:57:55))
at Object.action (eval at <anonymous> (/home/stan/public/coffee-script/lib/coffee-script.js:57:55))
at invoke (/home/stan/public/coffee-script/lib/cake.js:49:26)
at /home/stan/public/coffee-script/lib/cake.js:73:17
at node.js:394:21
at node.js:813:9
at ChildProcess.<anonymous> (child_process:29:15)
at ChildProcess.onexit (child_process:60:12)
at node.js:813:9
[stan@psp-stan-arch coffee-script]$ bin/cake build
Error: childProcess API has changed. See doc/api.txt.
at EventEmitter.createChildProcess (node.js:11:11)
at run (eval at <anonymous> (/home/stan/public/coffee-script/lib/coffee-script.js:57:55))
at Object.action (eval at <anonymous> (/home/stan/public/coffee-script/lib/coffee-script.js:57:55))
at invoke (/home/stan/public/coffee-script/lib/cake.js:49:26)
at /home/stan/public/coffee-script/lib/cake.js:73:17
at node.js:394:21
at node.js:813:9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment