You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../react-scripts/node_modules/eslint-plugin-react/node_modules/eslint/bin/eslint.js
In other words, despite there being a top-level ESLint dependency, Yarn links ./node_modules/.bin/eslint to an inner ./node_modules/react-scripts/node_modules/eslint-plugin-react/node_modules/eslint/bin/eslint.js (?!) rather than expected ./node_modules/eslint/bin/eslint.js.
If Yarn fixes the issue, the problem should go away.
The text was updated successfully, but these errors were encountered:
This is just a continuation of the story already documented in #3332. But... this issue immediately gets down to what is likely the real root of the problem!
from eslint/eslint#8547 (comment)
This is not a react-scripts issue, but seemingly a Yarn bug.
In https://github.com/cmoesel/eslint-8547, run:
It prints:
../react-scripts/node_modules/eslint-plugin-react/node_modules/eslint/bin/eslint.js
In other words, despite there being a top-level ESLint dependency, Yarn links
./node_modules/.bin/eslint to an inner ./node_modules/react-scripts/node_modules/eslint-plugin-react/node_modules/eslint/bin/eslint.js
(?!) rather than expected ./node_modules/eslint/bin/eslint.js.If Yarn fixes the issue, the problem should go away.
The text was updated successfully, but these errors were encountered: