Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想安装get_cli,但是在运行下面的命令时,发现错误
flutter pub global activate get_cli
错误
警告:可执行“get”运行“bin/get.dart”,在 get_cli 中找不到。
警告:可执行文件“getx”运行“bin/get.dart”,在 get_cli 中找不到。
我已经进入了下面的环境路径
导出 PATH="$PATH":"$HOME/.pub-cache/bin"
dart pub 全局激活 get_cli