美文网首页
Waiting for another flutter comm

Waiting for another flutter comm

作者: Joker_Lee | 来源:发表于2019-03-18 18:32 被阅读0次

当运行flutter命令出现Waiting for another flutter command to release the startup lock...时:
Step 1:启动任务管理器(活动监视器for Mac OSX),找到dart进程,干掉;

Step 2:删除(your_flutter_directory/flutter/bin/cache/lockfile)

rm your_flutter_directory/flutter/bin/cache/lockfile

Done.

相关文章

网友评论

      本文标题:Waiting for another flutter comm

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