无法读取未定义的属性“ deploys”

时间:2020-07-12 23:17:45

标签: firebase npm google-cloud-firestore firebase-hosting firebase-cli

将包含Firebase Cloud Functions的Angular应用程序部署到Firebase时出现错误。我不知道为什么即使在“部署完成”消息后仍会收到此消息。请帮忙。

下面是CLI的最后几行。

=== Deploying to 'havok-test'...

i  deploying hosting

+  Deploy complete!

Project Console: https://console.firebase.google.com/project/havok-test/overview
Cannot read property 'deploys' of undefined

1 个答案:

答案 0 :(得分:1)

根据问题中的评论,将其发布为社区Wiki。随时按自己的意愿进行修改

这种情况的最佳方法是在其官方GitHub上为Firebase CLI提交错误报告。可以使用以下链接来报告该错误:Firebase CLI Repository

由于他们是上述功能的开发者,因此他们应该能够更好地处理这种情况。

感谢@DougStevenson和@FrankvanPuffelen提供的信息!