[eslint] Plugin "react" was conflicted between "package.json » eslint-config-react-app »
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11.8k
- Forks
- 7.9k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 11
Description
[eslint] Plugin "react" was conflicted between "package.json » eslint-config-react-app » C:\Users\xxx\desktop\xxx\xxx\node_modules\eslint-config-react-app\base.js" and "BaseConfig » C:\Users\xxx\desktop\xxx\xxx\node_modules\eslint-config-react-app\base.js".
Ran into this error while in class today coding with Zero To Mastery. Creating React
After looking for solutions I still was unable to get react to start or build.
I was determined and ended up checking the eslist folder, then opened the package.json code is VS
I noticed that:
files": [
"LICENSE",
"README.md",
"bin",
"conf",
"lib",
"messages"
was simply missing the "node_modules" folder. Problem solved. All it took was some
hands on time with the goal of figuring out what was going on. Please share,
files": [
"LICENSE",
"README.md",
"bin",
"conf",
"lib",
"node_modules"
"messages"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reported package.json entry and eslint-config-react-app/base.js paths, then reproduce the conflict while starting or building the React project. Determine whether this repository can reproduce the error and identify a specific expected change; the issue currently provides no repository file, test, or acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100