无论我尝试执行什么操作,
我已经尝试过使用“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. ```
2条答案
按热度按时间e3bfsja21#
如果您已经从windows安装程序安装(并重命名)了
firebase.exe
,请先删除它。npm install -g firebase-tools
的安装与windows安装程序相互冲突。然后,在运行
flutterfire configure
之前,再次执行firebase logout
和firebase login
。wbgh16ku2#
我把从https://firebase.tools/bin/win/instant/latest下载的firebase-tools文件添加到了我的项目的根目录中,它对我来说是有效的。