我上周开始了一个firebase功能项目,这一切都像前几天的魅力一样。然而,今天早上,每当我运行firebase deploy --only functions
命令时,我都会遇到此错误:
Error: Error occurred while parsing your function triggers.
SyntaxError: Unexpected token {
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:387:25)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
at Object.<anonymous> (/usr/local/lib/node_modules/firebase-tools/lib/triggerParser.js:16:9)
at Module._compile (module.js:413:34)
at Object.Module._extensions..js (module.js:422:10)
我现在正在运行Firebase cli工具版本3.5.0和节点5.5.0
任何人都知道发生了什么事?
答案 0 :(得分:3)
好的问题是Node安装,但为了解决这个问题,我必须先更新自制软件。一旦我这样做,我实际上可以升级Node,问题就消失了。