Open JamesGabby opened 2 years ago
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".
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.
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".