react-boilerplate-cra-template
react-boilerplate-cra-template copied to clipboard
Installing and starting the template app results in the error 'Plugin "react" was conflicted between ".eslintrc.js"'
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".
Hi! did you ever sort this out? It's possible there is a version mismatch with the eslint react config.
@JamesGabby it looks like you have an other version of eslint globally installed that cause the issue.