我把路径添加到路径中,但是CMD仍然不能识别它。我有Windows 10.echo %PATH%; where the bin is located;
我尝试在CMD中编写flutter命令,但它给出了"flutter"未被识别为内部或外部命令"的反馈
我把路径添加到路径中,但是CMD仍然不能识别它。我有Windows 10.echo %PATH%; where the bin is located;
我尝试在CMD中编写flutter命令,但它给出了"flutter"未被识别为内部或外部命令"的反馈
2条答案
按热度按时间y4ekin9u1#
嗨,我认为这个链接也会帮助https://www.fluttercampus.com/guide/200/flutter-is-not-recognized-as-an-internal-or-external-command/尝试重新安装flutter,然后运行这个命令=〉flutter doctor,我建议使用git-bash代替cmd
laik7k3q2#