Skip to content
New issue

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

Installing and starting the template app results in the error 'Plugin "react" was conflicted between ".eslintrc.js"' #210

Open
JamesGabby opened this issue Oct 30, 2022 · 2 comments

Comments

@JamesGabby
Copy link

JamesGabby commented Oct 30, 2022

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".

@qeleb
Copy link
Contributor

qeleb commented Nov 9, 2022

Hi! did you ever sort this out? It's possible there is a version mismatch with the eslint react config.

@Clemios
Copy link

Clemios commented Jul 17, 2023

@JamesGabby it looks like you have an other version of eslint globally installed that cause the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants