问题描述vue项目在引入eslint代码质量检查工具时报错`Cannot find module 'eslintpluginvue'`,提示缺少依赖,在按照官方文档要求安装之后错误仍然未解决,此时node_mudules中已经有了`eslintpluginvue`这个包,解决方案全局安装`eslintpluginvue`这个包。```npm i g eslintpluginv...
vuecli3按照官网教程配置搭建后,发现每次编译,eslint都抛出错误```jserror: Expected indentation of 4 spaces but found 0 (indent) at src\views\User.vue:26:1:1 error found.1 error potentially fixable with the `fix` option....
最新评论