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 Apr 17, 2024. It is now read-only.
@benpbolton I am having this same issue #22 and ran npm install coffee-script --save but it is still an error I also did coffelint but that also was not a solution. Have an idea?
[Thu Apr 18 2019 19:52:07 GMT-0400 (Eastern Daylight Time)] INFO hubot-redis-brain: Using default redis on localhost:6379
[Thu Apr 18 2019 19:52:07 GMT-0400 (Eastern Daylight Time)] ERROR Unable to load /Users/adriannavaldivia/src/my-awesome-hubot/node_modules/hubot-code-review/src/code-reviews: SyntaxError: unexpected MATH
at Object.exports.throwSyntaxError (/Users/adriannavaldivia/src/my-awesome-hubot/node_modules/coffeescript/lib/coffee-script/helpers.js:197:13)
at Parser.parser.yy.parseError (/Users/adriannavaldivia/src/my-awesome-hubot/node_modules/coffeescript/lib/coffee-script/coffee-script.js:265:20)
at Parser.parse (/Users/adriannavaldivia/src/my-awesome-hubot/node_modules/coffeescript/lib/coffee-script/parser.js:537:22)
at compile (/Users/adriannavaldivia/src/my-awesome-hubot/node_modules/coffeescript/lib/coffee-script/coffee-script.js:35:24)
at Object.loadFile (/Users/adriannavaldivia/src/my-awesome-hubot/node_modules/coffeescript/lib/coffee-script/coffee-script.js:176:14)
at Module.load (/Users/adriannavaldivia/src/my-awesome-hubot/node_modules/coffeescript/lib/coffee-script/coffee-script.js:211:36)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Module.require (internal/modules/cjs/loader.js:636:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/Users/adriannavaldivia/src/my-awesome-hubot/node_modules/hubot-code-review/src/code-reviews.coffee:10:15, <js>:4:17)
at Object.<anonymous> (/Users/adriannavaldivia/src/my-awesome-hubot/node_modules/hubot-code-review/src/code-reviews.coffee:10:1, <js>:350:4)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.loadFile (/Users/adriannavaldivia/src/my-awesome-hubot/node_modules/coffeescript/lib/coffee-script/coffee-script.js:182:19)
at Module.load (/Users/adriannavaldivia/src/my-awesome-hubot/node_modules/coffeescript/lib/coffee-script/coffee-script.js:211:36)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Module.require (internal/modules/cjs/loader.js:636:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Robot.loadFile (/Users/adriannavaldivia/src/my-awesome-hubot/node_modules/hubot/src/robot.js:360:22)
at module.exports (/Users/adriannavaldivia/src/my-awesome-hubot/node_modules/hubot-code-review/index.coffee:22:3, <js>:10:18)
at packages.forEach.pkg (/Users/adriannavaldivia/src/my-awesome-hubot/node_modules/hubot/src/robot.js:409:52)
at Array.forEach (<anonymous>:null:null)
at Robot.loadExternalScripts (/Users/adriannavaldivia/src/my-awesome-hubot/node_modules/hubot/src/robot.js:409:25)
at /Users/adriannavaldivia/src/my-awesome-hubot/node_modules/hubot/bin/hubot.js:207:13
at FSReqWrap.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:53:3)
The text was updated successfully, but these errors were encountered:
@benpbolton thank you so much! Just to let others know not to go with the latest coffeescript since there seems to be an incompatibility between the hubot-slack and coffeescript 2.x
@benpbolton I am having this same issue #22 and ran
npm install coffee-script --save
but it is still an error I also did coffelint but that also was not a solution. Have an idea?The text was updated successfully, but these errors were encountered: