FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command.

Flutterのロゴ Flutter

概要

Flutterアプリを作成し、firebaseに紐づけを行おうとした時、以下のエラーが発生した。

$ flutterfire configure --project={プロジェクト名}
⠙ Fetching available Firebase projects...
FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command.
COMMAND: firebase projects:list --json

解決策

具体的な原因はよく分かっていないが
一度アンインストールして、再認証したら改善した。

$ npm uninstall -g firebase-tools
$ npm install -g firebase-tools
$ firebase login --reauth
タイトルとURLをコピーしました