We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following from the GitHub installation guide, I run :
yarn create react-app --template cra-template-rb my-app
cd into my-app, run yarn start and get the resulting full error:
yarn start
[eslint] Plugin "react" was conflicted between ".eslintrc.js » eslint-config-react-app » C:\Users\gabbs\myreactprojects\rupee-solutions\node_modules\eslint-config-react-app\base.js" and "BaseConfig » C:\. . .\node_modules\eslint-config-react-app\base.js".
ERROR in [eslint] Plugin "react" was conflicted between ".eslintrc.js » eslint-config-react-app » C:. . .\node_modules\eslint-config-react-app\base.js" and "BaseConfig » C:. . .\node_modules\eslint-config-react-app\base.js".
The text was updated successfully, but these errors were encountered:
Hi! did you ever sort this out? It's possible there is a version mismatch with the eslint react config.
Sorry, something went wrong.
@JamesGabby it looks like you have an other version of eslint globally installed that cause the issue.
No branches or pull requests
Following from the GitHub installation guide, I run :
yarn create react-app --template cra-template-rb my-app
cd into my-app, run
yarn start
and get the resulting full error:[eslint] Plugin "react" was conflicted between ".eslintrc.js » eslint-config-react-app » C:\Users\gabbs\myreactprojects\rupee-solutions\node_modules\eslint-config-react-app\base.js" and "BaseConfig » C:\. . .\node_modules\eslint-config-react-app\base.js".
ERROR in [eslint] Plugin "react" was conflicted between ".eslintrc.js » eslint-config-react-app » C:. . .\node_modules\eslint-config-react-app\base.js" and "BaseConfig » C:. . .\node_modules\eslint-config-react-app\base.js".
The text was updated successfully, but these errors were encountered: