When learning Redux, the code cloned from the official GitHub runs with errors
failed to load config “react app” to extend from.
referenced from: F:\web\react\Redux\examples\Redux master\redux.Eslintrc.JS
when checking the data, it is found that most of the problems are caused by the lack of eslint, However, for the official demo, the problem is that the version of eslint conflicts with the version you downloaded, and the method of configuring. Env also fails
the solution is to comment out the configuration content in.Eslintrc.js directly.
Read More:
- [Solved] Vue 3 Script Setup ESLint Error: ‘defineProps‘ is not defined
- [Solved] Syntax Error: Error: No ESLint configuration found & TypeError: eslint.CLIEngine is not a constructor
- [Solved] Vue Project Error: Arrow function should not return assignment
- [Solved] Vue3.0 Error: The component has been registered but not used vue/no-unused-components, Close eslint
- [Solved] ✖ 2 problem (1 error, 0 warnings) 2 error and 0 warnings potentially fixable with the`–fix`
- [Solved] Failed to load plugin ‘vue‘ declared in ‘.eslintrc.js‘: createRequire is not a function
- How to Solve React devtools plug-in Error
- [Solved] error Component name “xxx“ should always be multi-word vue/multi-word-comp
- How to Solve VUE Error: Mixed spaces and tabs
- [Solved] react-router-dom Error: <NavLink>activeClassName
- [Solved] Eslint Error: Parsing error: x-invalid-end-tag
- Vue Error: component has been registered but not used [Two Methods to Solve]
- [Solved] Errors: 1 http://eslint.org/docs/rules/quotes…elementUI Import Error
- [Solved] ESLint error: Newline required at end of file but not found (eol-last)
- How to Solve Vscode save Vue file eslint error
- [Solved] react-router-dom Error: index.js:1 Warning: Functions are not valid as a React child.
- [ERR_INVALID_ARG_TYPE]: The “path“ argument must be of type string. Received undefined error
- vue eslint error ‘process‘ is not defined no-undef [How to Solve]
- [Solved] component import error is declared in the statement of components
- [Solved] Failed to load config “prettier“ to extend from.?