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.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With