omarshammas / jquery.formance

A jQuery library for formatting and validating form fields, based on Stripe's jQuery.payment library.
omarshammas.github.io/formancejs
Other
632 stars 105 forks source link

cake file throwing errors #14

Open pentaclchad opened 10 years ago

pentaclchad commented 10 years ago

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)

elcapo commented 9 years ago

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.