You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: