[eslint] Plugin "react" was conflicted between "package.json » eslint-config-react-app »
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 11.8k
- フォーク
- 7.9k
- 平均マージ
- 1日 11時間
- マージ済み PR(30日)
- 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 にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
報告されている package.json のエントリと eslint-config-react-app/base.js のパスから始め、その後、React プロジェクトの起動またはビルド時に競合を再現してください。このリポジトリでエラーを再現できるかを確認し、具体的に期待される変更を特定してください。現在、この issue にはリポジトリのファイル、テスト、受け入れ基準がありません。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, react
- 領域
- build-system, tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100