fix flutter error | zsh command not found flutterfire | Firebase | mac

preview_player
Показать описание
in this video w'll fix error zsh command not found flutterfire after instal Firebase in flutter in mac

We used this command in video:

flutterfire configure

I am added this to path in the video:

export PATH="$PATH":"$HOME/.pub-cache/bin"

Steps:

Set path for *zsh* on Mac:

1. Run vim ~/.zshrc
2. Press i
3. Paste. export PATH="$PATH":"$HOME/.pub-cache/bin"
4. Press esc
5. Type. :wq and press enter
6. Restart the terminal and flutter app

Thank You
Рекомендации по теме
Комментарии
Автор

this actually helped. I didn't think I could sit through the whole video but wow it actually helped in the end. Nice to see it all written out in the text file rather than just using "echo" and other commands to write things in without viewing the file

peterlarson
Автор

I had been changed my flutter sdk path and I faced to this problem. it works for me. Thanks bro

MuhammadrizoRapiqjonov
visit shbcf.ru