编辑器ESlint报错
1.错误类型
this.cliEngineCtor is not a constructor
please specify path to 'eslint' package
2.解决方案
ESlint版本问题,重新安装
3. 不同项目(vue2和vue3 )导致Eslint不兼容,解决
# 移除以下依赖,项目中不存在的就不用移除
npm rm @vue/cli-plugin-babel @vue/cli-plugin-eslint @vue/eslint-config-prettier eslint eslint-plugin-prettier eslint-plugin-vue prettier -g
# 安装:这些依赖都是开发环境才需要用到,加上 -D
npm i -D @vue/[email protected] @vue/[email protected] @vue/[email protected] [email protected] [email protected] [email protected] [email protected] -g

浙公网安备 33010602011771号