skip to Main Content

So i was trying to use firebase for my flutter backend. When i tried to enter the command "dart pub global activate flutterfire_cli" the cmd Suddenly close itself.

I tried to open the cmd as an administrator and run the command but it it still close itself.

Note: I already install the Firebase CLI via npm.

please help 🙁

2

Answers


  1. Don’t heve install Git to your system. Try instal git.

    Login or Signup to reply.
  2. You might not have the git in your machine,
    Install the git and then run

    dart pub global activate flutterfire_cli
    

    I hope this time you not get any error

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search