firebase flutterfire配置即使在通过npm安装并重新记录后也不工作

vof42yt1  于 2022-11-17  发布在  Flutter
关注(0)|答案(2)|浏览(126)

无论我尝试执行什么操作,
我已经尝试过使用“npm install -g firebase-tools”,“firebase projects:list”显示了我当前项目的正确列表。
寻找帮助,因为我已经陷入了无数个小时的这个问题,而不能向前迈进一步。

FirebaseCommandException: An error occured on the 
   Firebase CLI when attempting to run a command.
   COMMAND: firebase --version
   ERROR: The FlutterFire CLI currently requires the official Firebase CLI to also be installed, see https://firebase.google.com/docs/cli#install_the_firebase_cli for how to install it. ```
e3bfsja2

e3bfsja21#

如果您已经从windows安装程序安装(并重命名)了firebase.exe,请先删除它。
npm install -g firebase-tools的安装与windows安装程序相互冲突。
然后,在运行flutterfire configure之前,再次执行firebase logoutfirebase login

wbgh16ku

wbgh16ku2#

我把从https://firebase.tools/bin/win/instant/latest下载的firebase-tools文件添加到了我的项目的根目录中,它对我来说是有效的。

相关问题