报错问题:
vue-cli3创建项目运行报错`3 errors and 0 warnings potentially fixable with the `--fix` option.`
因为创建项目中Eslint选择 standard 的话
在创建vue项目中,会选择linter/Formatter,eslint-config-standard

"standard"插件代表的是eslint的standard插件都要安装
所以参考一下以下依赖是否安装

eslint

babel-eslint

eslint-plugin-html

eslint-config-standard

eslint-plugin-standard

eslint-plugin-promise

解决办法:

.eslintrc.js文件中去掉’@vue/standard’
vue-cli3创建项目运行报错`3 errors and 0 warnings potentially fixable with the `--fix` option.`

查阅文章:https://www.cnblogs.com/Super-scarlett/p/12494255.html

相关文章:

  • 2022-12-23
  • 2021-09-28
  • 2021-06-23
  • 2022-12-23
  • 2019-09-02
  • 2021-12-02
  • 2021-04-18
  • 2021-12-04
猜你喜欢
  • 2022-12-23
  • 2021-12-11
  • 2021-09-07
  • 2021-09-18
  • 2022-12-23
  • 2021-11-25
相关资源
相似解决方案