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
{{ message }}
This repository has been archived by the owner on Jun 23, 2018. It is now read-only.
I'm on Ubuntu 12.02 and I'm getting the following error:
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
Error: In Cakefile, Parse error on line 64: Unexpected 'IDENTIFIER'
at Object.parseError (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/parser.js:470:11)
...
I am getting similar errors, even on the latest coffeescript. I believe, for some reason, the 0o755 octal constant is causing problems in the Cakefile. I have no idea why. Replacing all of those with the less strict 0755 worked for me.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm on Ubuntu 12.02 and I'm getting the following error:
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
Error: In Cakefile, Parse error on line 64: Unexpected 'IDENTIFIER'
at Object.parseError (/usr/local/lib/node_modules/coffee-script/lib/coffee-script/parser.js:470:11)
...
STEPS:
Being new to nodejs and cake, any help would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: