webstorm 2018.2 EsLint报错 TypeError: this.CliEngine is not a constructor

报错结果

webstorm 2018.2 EsLint报错 TypeError: this.CliEngine is not a constructor

原因

因为webstorm 2018.2版本对 高版本对EsLint不兼容

解决办法

降低EsLint 版本

npm i eslint@5.6.0 -D

降低版本后,头部对警告就消失了
webstorm 2018.2 EsLint报错 TypeError: this.CliEngine is not a constructor

相关文章:

  • 2021-10-13
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2022-02-11
  • 2021-11-08
  • 2021-12-06
猜你喜欢
  • 2022-12-23
  • 2021-08-22
  • 2021-09-18
  • 2021-08-08
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
相关资源
相似解决方案