react-boilerplate-cra-template icon indicating copy to clipboard operation
react-boilerplate-cra-template copied to clipboard

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

Open JamesGabby opened this issue 2 years ago • 2 comments

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

JamesGabby avatar Oct 30 '22 20:10 JamesGabby

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

qeleb avatar Nov 09 '22 23:11 qeleb

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

Clemios avatar Jul 17 '23 13:07 Clemios