【发布时间】:2018-11-12 17:34:22
【问题描述】:
问题
当我从云函数中删除一个函数并重新部署其余函数时,我在终端中收到一条消息:
The following functions are found in your project but do not exist in your
local source code:
function1(us-central1)
function2(us-central1)
Would you like to proceed with deletion? Selecting no will continue the rest of the deployments. (y/N)
我输入“y”。一旦我再次重新部署,我会一遍又一遍地收到相同的消息。我错过了什么?
依赖项
"firebase-admin": "~6.0.0",
"firebase-functions": "^2.1.0",
【问题讨论】:
-
如果 Firebase CLI 的某些内容无法按您预期的方式运行,请提交一份错误报告,其中包含任何人都可以采取的重现问题的步骤。确保您拥有最新版本的
firebase-tools。 firebase.google.com/support/contact/bugs-features
标签: node.js typescript google-cloud-functions