-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run dev启动报错 #2326
Comments
》环境: // vue.config.js > chainWebpack(config) 函数内增加如下配置: |
我也是这个问题,在我取消了 ESLint 校验,在文档中, |
package.json中@vue/cli-plugin-eslint版本改为"^3.9.1" |
试过了,可以,谢谢 |
Fixed in #2327 |
package.json bingo! |
* PanJiaChen#2326 * MInimal changes
npm run dev出现以下问题
Module build failed (from ./node_modules/eslint-loader/index.js):
Error: Cannot find module 'E:\work\vue-element-admin\node_modules\eslint\lib\api
.js/package.json'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object.module.exports (E:\work\vue-element-admin\node_modules\eslint-load
er\index.js:170:23)
You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
The text was updated successfully, but these errors were encountered: