我正在使用 Meteor 开发宾果游戏。我现在收到一个错误,因为它在 JS 文件中(我正在写咖啡),我不知道它来自哪里。
这是完整的错误:
ReferenceError: Console is not defined
at app/Bingo.coffee.js:465:12
at run (/Users/ppedrazzi/Dropbox/Paul's Stuff/MyApps/Meteor/bingo/.meteor/local/build/server/server.js:283:63)
at Array.forEach (native)
at Function._.each._.forEach (/usr/local/meteor/lib/node_modules/underscore/underscore.js:79:11)
at run (/Users/ppedrazzi/Dropbox/Paul's Stuff/MyApps/Meteor/bingo/.meteor/local/build/server/server.js:283:7)
我已将咖啡和 html 文件放在一个要点中: https ://gist.github.com/ppedrazzi/5303493
感谢您的任何见解!