ERROR Compilation failed with 6 errors 16:20:36
This specific dependency could not be located:
* module in ./node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js, ./node_modules/eslint-plugin-vue/lib/rules/experimental-script-setup-vars.js and 4 others
I am attempting to integrate eslint and eslint-plugin-vue directly into my vue project, but encountered the error above while trying to run serve.
Is there a way to polyfill module
or resolve this issue? Any assistance would be greatly appreciated.
Project:
- utilize
vue.config.js