美文网首页
安装flutter遇到的一些问题

安装flutter遇到的一些问题

作者: 风依旧_c080 | 来源:发表于2018-12-10 15:13 被阅读0次

安装步骤:https://flutterchina.club/setup-macos/

bash:flutter:commond not found

安装flutter,执行flutter doctor之后一直在等待,我就关闭了终端,重新打开终端,发现bash:flutter:commond not found 这个问题。

重新执行下:export PUB_HOSTED_URL=https://pub.flutter-io.cn

                        export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn

                        export PATH=`pwd`/flutter/bin:$PATH

就ok了!

相关文章

网友评论

      本文标题:安装flutter遇到的一些问题

      本文链接:https://www.haomeiwen.com/subject/njorhqtx.html