gpt4 book ai didi

firebase - 无法将项目部署到Firebase

转载 作者:行者123 更新时间:2023-12-04 05:16:41 25 4
gpt4 key购买 nike

我尝试将我的应用程序部署到Firebase,但失败了。

$ firebase deploy --project af2test

⚠ Your CLI authentication needs to be updated to take advantage ofnew features. ⚠ Please run firebase login --reauth

Error: Unable to authorize access to project af2test

Note: This version of the Firebase CLI is only compatible withprojects upgraded to the new Firebase Console. To access firebase.comapps, you will need to use a previous version: npm install -gfirebase-tools@^2.1

To access the Firebase Console, visithttps://console.firebase.google.com/

Having trouble? Try firebase deploy --help


看起来firebase-tools认为我有旧版本的firebase应用程序。但是,我只是在一个新的控制台中创建一个新项目,但它仍然无法正常工作。它曾经在昨天工作。我使用npm的最新firebase-tools

$ firebase -V

3.6.0


如果我降级到2.1。它会要求我升级吗?有什么想法可以解决吗?

$ firebase deploy --project af2test

Error: CLI is out of date (on2.2.1 , need at least 3.0.0)

Run npm install -g firebase-tools to upgrade.

最佳答案

迈克尔·布利(MichaelBleigh)得到了答案

运行

firebase list

显示如下:
┌─────────┬───────────────────────┬─────────────┐
│ Name │ Project ID / Instance │ Permissions │
├─────────┼───────────────────────┼─────────────┤
│ af2test │ af2test-f289d │ Owner │
└─────────┴───────────────────────┴─────────────┘

使用项目ID进行部署
firebase deploy --project af2test-f289d

关于firebase - 无法将项目部署到Firebase,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43251225/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com