美文网首页flutter
pub finished with exit code 78

pub finished with exit code 78

作者: __Mr_Xie__ | 来源:发表于2023-06-07 20:30 被阅读0次

一、常规办法

执行flutter packages pub run build_runner build后报code 78错误

  • 1、flutter packages pub run build_runner clean
  • 2、flutter packages pub run build_runner build --delete-conflicting-outputs

以上方法会解决大部分错误

二、备用方法

需要删除本地安装的插件

  • 1、flutter clean
  • 2、flutter doctor
  • 3、flutter packages pub run build_runner clean
  • 4、flutter packages pub run build_runner build --delete-conflicting-outputs

相关文章

网友评论

    本文标题:pub finished with exit code 78

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