npx create-react-app ./
The react-scripts package provided by Create React App requires a dependency:
"babel-eslint": "10.1.0"
Don't try to install it manually: your package manager does it automatically.
However, a different version of babel-eslint was detected higher up in the tree:
C:\node_modules\babel-eslint (version: 8.2.6)
Manually installing incompatible versions is known to cause hard-to-debug issues.
If you would prefer to ignore this check, add SKIP_PREFLIGHT_CHECK=true to an .env file in your project.
That will permanently disable this message but you might encounter other issues.
Обновлял линтер в модулях, был 10.1.0 после npx опять вернулся на 8.2.6
Удали глобальный Eslint
Обсуждают сегодня