Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

firebase command is not working after using yarn global on windows10

I am installing firebase-tools with yarn with the following command:

yarn global add firebase-tools

After it I am trying:

firebase login

And It giving me command not found an error. Please answer to solve this problem.

I am using Windows 10 operating systems.

/// Also I have tried some methods described on StackOverflow but nothing works. I need a reliable solution.

like image 656
Mohinder singh Avatar asked Oct 19 '25 05:10

Mohinder singh


1 Answers

If you installing firebase-tools using this command :

yarn global add firebase-tools

After that execute this command :

export PATH="$(yarn global bin):$PATH"

and then run the command firebase login

like image 79
Purvi Barot Avatar answered Oct 21 '25 23:10

Purvi Barot



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!