我有一个 SailsJS 应用程序,其中大部分是用 CoffeeScript 编写的。当使用“sails lift”在 Prod 模式下运行它时,一切都很好。
永远运行它是行不通的。如果我检查日志,问题似乎出在运行 app.js 的节点上
/var/www/obelix/api/models/Catalogue.coffee:2 属性:^ SyntaxError: Unexpected token : at Module._compile (module.js:439:25) at Object.Module._extensions..js (module.js :474:10) 在 Module.load (module.js:356:32) 在 Function.Module._load (module.js:312:12) 在 Module.require (module.js:364:17) 在 require (module .js:380:17) 在 /var/www/obelix/node_modules/sails/node_modules/include-all/index.js:96:53 在 Array.forEach (native) 在 requireAll (/var/www/obelix/node_modules /sails/node_modules/include->all/index.js:40:9) 在 buildDictionary >(/var/www/obelix/node_modules/sails/lib/moduleloader/index.js:60:36)
是否有可能让一个sails+coffeescript 应用程序使用节点/永远运行?