reactjs / reactjs/react.dev

[eslint] Plugin "react" was conflicted between "package.json » eslint-config-react-app »

オープン
#5,508 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
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"

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

報告されている package.json のエントリと eslint-config-react-app/base.js のパスから始め、その後、React プロジェクトの起動またはビルド時に競合を再現してください。このリポジトリでエラーを再現できるかを確認し、具体的に期待される変更を特定してください。現在、この issue にはリポジトリのファイル、テスト、受け入れ基準がありません。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
javascript, react
領域
build-system, tooling
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。