Error: hosting:channel:deploy is not a Firebase command
Error: hosting:channel:deploy is not a Firebase command
我正在尝试预览我的 firebase 网站并使用以下命令进行共享:
firebase hosting:channel:deploy "testing_changes"
但我一直收到 Error: hosting:channel:deploy is not a Firebase command
我也试过不传递字符串而只传递单词,但我得到了同样的错误。我确定我在根目录中。
根据 this blog,您需要 firebase-tools >= 8.12.0
.
运行 firebase --version
在终端中查看您当前安装的 firebase-tools 版本。
更新 firebase-tools
在终端中写入 npm i -g firebase-tools
。
如果你在 linux sudo npm i -g firebase-tools
.
我正在尝试预览我的 firebase 网站并使用以下命令进行共享:
firebase hosting:channel:deploy "testing_changes"
但我一直收到 Error: hosting:channel:deploy is not a Firebase command
我也试过不传递字符串而只传递单词,但我得到了同样的错误。我确定我在根目录中。
根据 this blog,您需要 firebase-tools >= 8.12.0
.
运行 firebase --version
在终端中查看您当前安装的 firebase-tools 版本。
更新 firebase-tools
在终端中写入 npm i -g firebase-tools
。
如果你在 linux sudo npm i -g firebase-tools
.