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
➤ ls Jakefile*
Jakefile
➤ jake
Could not load Jakefile.
If no Jakefile specified with -f or --jakefile, jake looks for Jakefile.js in the current directory.
➤ jake -f Jakefile
Could not load Jakefile.
If no Jakefile specified with -f or --jakefile, jake looks for Jakefile.js in the current directory.
➤ mv Jakefile Jakefile.js
➤ jake
Could not load Jakefile.
➤ jake --version
0.1.5
➤ node --version
v0.3.0-pre
The text was updated successfully, but these errors were encountered:
Okay, I've just built Node HEAD, and Jake itself works fine with it. I think what's happening is something in your Jakefile isn't compatible.
Jake will now print out a stack trace when it can't load the Jakefile. This should help you track down your problem. I've published a new version of Jake to NPM with this fix -- version 0.1.6.
The text was updated successfully, but these errors were encountered: