Firebase Functions Deploy: Error occurred while parsing your function triggers

后端 未结 2 1983
渐次进展
渐次进展 2020-12-11 18:48

I\'m using Firebase Functions JavaScript version, and when I run firebase deploy, I\'m getting this error:

Error: Error occu

相关标签:
2条回答
  • 2020-12-11 19:24

    try to run this

    npm i --save firebase-functions@latest

    0 讨论(0)
  • 2020-12-11 19:25

    It's a bug in firebase-tools@3.18.1. Fixed in 3.18.2.

    Run: npm install -g firebase-tools@latest

    0 讨论(0)
提交回复
热议问题