Eslint报错问题总结(更新)

262 阅读1分钟

一、Vue检测报错Module Error (from ./node_modules/eslint-loader/index.js):

原因: ESlint代码检测问题 解决方案: 在根目录创建vue.config.js文件 在文件内关闭检测

module.exports = { lintOnSave: false } 如图所示 1b94f42fabfefa971029fb82cef3d93.png