Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cake file throwing errors #14

Open
pentaclchad opened this issue Jul 7, 2014 · 1 comment
Open

cake file throwing errors #14

pentaclchad opened this issue Jul 7, 2014 · 1 comment

Comments

@pentaclchad
Copy link

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
Copy link

elcapo commented Oct 13, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants