I have done my React app setup but I found an error in the compilation:
[eslint] Plugin "react" was conflicted between "package.json » eslint-config-react-app » C:\Users\i trader\documents\react\myblog\node_modules\eslint-config-react-app\base.js" and "BaseConfig » C:\Users\i trader\Documents\react\myblog\node_modules\eslint-config-react-app\base.js".
ERROR in [eslint] Plugin "react" was conflicted between "package.json » eslint-config-react-app » C:\Users\i trader\documents\react\myblog\node_modules\eslint-config-react-app\base.js" and "BaseConfig » C:\Users\i trader\Documents\react\myblog\node_modules\eslint-config-react-app\base.js".
How can I resolve this error?
I am just declaring a constant and starting NPM but it shows an error highlighted above.