Netlify deploy fails: Module build failed. No ESLint configuration found.
Deploy VueJS app on Netlify
2020-11-26My last deploy have ran into an error. Following steps i made:
Create new Site
Add new Site from github Repo:
command: npm serve build
folder: dist
Deploy failed with following error:
4:50:29 PM: ERROR Failed to compile with 1 errors3:50:29 PM
4:50:29 PM: Module build failed (from ./node_modules/thread-loader/dist/cjs.js):
4:50:29 PM: Thread Loader (Worker 0)
4:50:29 PM: No ESLint configuration found in /opt/build/repo/src.
##Solution:
add .eslintrc.js to your GitHubRepo. As for no reason, my file was missing after i have built my project wit vue-cli.