意外的缩进错误Hubot-jira-bot

时间:2018-06-21 19:07:06

标签: coffeescript indentation hubot

我尝试安装一个新的hubot,一个聊天自动化框架并尝试运行它,它工作正常。但是,如果添加hubot-jira-bot(广泛使用的hubot社区脚本之一)模块并运行bot,则会收到以下错误消息。到目前为止,该代码对我来说一直是完美的,但是突然之间我遇到了这个问题。我试图用不同的方式来解决它。如果我注释掉整个index.coffee文件,则不会出现任何错误。代码实际上运行良好,突然发生了这种情况。我实际上在想这可能是因为某些制表空间问题,但是我不知道如何解决这个问题。如果有人帮助我,这将有很大帮助。

我正在为项目使用红宝石。

以下是我的堆栈跟踪和错误:

ERROR Unable to load 
C:\Users\navaneethc\Downloads\wesleyTest\node_modules\hubot-jira- 
bot\src\index: SyntaxError: unexpected INDENT
at Object.exports.throwSyntaxError 
(C:\Users\navaneethc\Downloads\wesleyTest\node_modules\coffee- 
script\lib\coffee-script\helpers.js:197:13)
at Parser.parser.yy.parseError 
(C:\Users\navaneethc\Downloads\wesleyTest\node_modules\coffee- 
script\lib\coffee-script\coffee-script.js:265:20)
at Parser.parse 
 (C:\Users\navaneethc\Downloads\wesleyTest\node_modules\coffee- 
script\lib\coffee-script\parser.js:537:22)
at compile (C:\Users\navaneethc\Downloads\wesleyTest\node_modules\coffee- 
script\lib\coffee-script\coffee-script.js:35:24)
at Object.loadFile 
(C:\Users\navaneethc\Downloads\wesleyTest\node_modules\coffee- 
script\lib\coffee-script\coffee-script.js:176:14)

0 个答案:

没有答案