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
Error: Uncaught, unspecified "error" event.
at Error (native)
at emit (events.js:87:13)
at TaskBase.run (/Users/adrian/Projects/fakesome/node_modules/jake/lib/task/task.js:268:14)
at TaskBase.handlePrereqComplete (/Users/adrian/Projects/fakesome/node_modules/jake/lib/task/task.js:229:12)
at null.<anonymous> (/Users/adrian/Projects/fakesome/node_modules/jake/lib/task/task.js:189:16)
at g (events.js:199:16)
at emit (events.js:104:17)
at FileBase.complete (/Users/adrian/Projects/fakesome/node_modules/jake/lib/task/file_task.js:93:10)
at TaskBase.run (/Users/adrian/Projects/fakesome/node_modules/jake/lib/task/task.js:277:12)
at TaskBase.runPrereqs (/Users/adrian/Projects/fakesome/node_modules/jake/lib/task/task.js:159:12)
The text was updated successfully, but these errors were encountered:
I think I can provide some more context because I'm running into this too. Basically, if there's a syntax error in a file(s) and you try to run a jake task you just get an error like
SyntaxError: Unexpected token : at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:387:25)
Which really doesn't help you track anything down. Here's an example:
If there's an error anywhere in my Jakefile I'll have to run the nodemon sever.js... command manually in order to get the location of the syntax error. So somewhere along the lines Jake's swallowing all the error context.
The text was updated successfully, but these errors were encountered: