我是靠谱客的博主 善良柚子,这篇文章主要介绍解决vue项目运行出现warnings potentially fixable with the `--fix` option的报错问题,现在分享给大家,希望可以做个参考。

问题:vue-cil3 运行报错 warnings potentially fixable with the `--fix` option.

原因:与创建项目 eslint 设置有问题,可以通过“—fix”选项修复

解决办法:将一下部分:"lint": "vue-cli-service lint" 修改为:eslint --fix --ext .js,.vue src

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持靠谱客。

最后

以上就是善良柚子最近收集整理的关于解决vue项目运行出现warnings potentially fixable with the `--fix` option的报错问题的全部内容,更多相关解决vue项目运行出现warnings potentially fixable with the `--fix` option内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(261)

评论列表共有 0 条评论

立即
投稿
返回
顶部