エンジニアを目指す初学者に向けて、わかりやすく解説したブログです。
サイトをリニューアルしました

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

概要

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