【发布时间】:2022-06-23 23:59:14
【问题描述】:
我关注document 在我的 Flutter 应用中添加了 Firebase。 我收到了 1 条警告和消息,例如
Warning: Pub installs executables into $HOME/.pub-cache/bin, which is not on your path.
You can fix that by adding this to your shell's config file (.bashrc, .bash_profile, etc.):
Warning: Pub installs executables into $HOME/.pub-cache/bin, which is not on your path.
You can fix that by adding this to your shell's config file (.bashrc, .bash_profile, etc.):
export PATH="$PATH":"$HOME/.pub-cache/bin"
Activated flutterfire_cli 0.1.1+2.
后来我用了
flutterfire configure
我得到了这个错误(不是错误)zsh: command not found: flutterfire
如何解决这个问题?我这有什么环境错误吗?
【问题讨论】: