[eslint] Plugin "react" was conflicted between "package.json » eslint-config-react-app »
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 11.8k
- 派生
- 7.9k
- 平均合并
- 1 天 11 小时
- 30 天内合并 PR
- 11
描述
[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"
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先从报告的 package.json 条目和 eslint-config-react-app/base.js 路径开始,然后在启动或构建 React 项目时重现冲突。确定此仓库是否能够重现该错误,并确定一个具体的预期变更;该 issue 当前未提供任何仓库文件、测试或验收标准。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, react
- 领域
- build-system, tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100