部署功能时,Firebase CLI不起作用。错误:HTTP错误:404,找不到方法

时间:2018-12-03 13:33:04

标签: firebase google-cloud-functions

我正在尝试从此处开始学习本教程:https://firebase.google.com/docs/functions/get-started

,我收到错误消息HTTP Error: 404, Method not found. 我找不到任何有关为什么发生这种情况或如何获取日志的在线信息。

我已经尝试了Error deploying with firebase on npm --prefix $RESOURCE_DIR run lint处的所有修复程序,但这些修复程序都不适合我。 PS:我正在Cloud Shell上运行它。

1 个答案:

答案 0 :(得分:1)

当我遇到相同的错误时,我通过运行firebase login解决了该问题。