jquery.formance icon indicating copy to clipboard operation
jquery.formance copied to clipboard

cake file throwing errors

Open pentaclchad opened this issue 11 years ago • 1 comments

events.js:72 throw er; // Unhandled 'error' event when attempting build. (was going to extend the functionality with a couple extra fields but can't spend to long figuring out new system on a dead line. (could be user error but my google searches seam to point out its something wrong with the script.)) ERROR: PS ...\jquery.formance-master> cake Cakefile defines the following tasks:

cake coffee # Builds lib/jquery.formance.js from src/ cake watch # Watch src/ for changes cake test # Run tests cake bail # Runs tests and bails on first error cake minify # Minifies any js file in the lib/ folder. cake build # Builds lib/jquery.formance.js and minifies it. PS ...\jquery.formance-master> cake watch

events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.js:988:11) at Process.ChildProcess._handle.onexit (child_process.js:779:34)

pentaclchad avatar Jul 07 '14 20:07 pentaclchad

Same issue here! Maybe its because we're using inconsistent versions of the dependencies? More than one year has passed since the latest commit, so maybe the project need an update.

elcapo avatar Oct 13 '14 13:10 elcapo