1

I'm having a problem with the flutterfire configure command. I keep getting this error:

enter image description here

i try this 2: FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command and this enter link description here

and i did firebase logout then firebase login and this error is still the same what should i do?

enter image description here

Yara Abd
  • 43
  • 1
  • 8

1 Answers1

0

I faced the same error: in my case it was just the outdated version of Node.js. Updating Node to a version greater or equal than 14.8.0 solved the problem. Download the latest stable version from Node website for Windows or run

npm install -n g

for MacOs and Linux.

Clod
  • 1
  • 2