I'm starting a new React app and if I start it with npm start
I have no problem but if I start it with nodemon
I start having Plugin "react" was conflicted between "package.json » eslint-config-react-app »
each time I redeploy my application :
I have read this topic : Error when deploying react app and it keeps sayings << Plugin "react" was conflicted between "package.json » eslint-config-react-app » >> and each time I save my package.json the error disappears and each time I change my code it comes back.
I tried :
- removing my node_modules folder and
npm install
- downgrading eslint-config-react-app to the version 6
I am still very new to nodeJS development, I don't know what I am doing wrong.
Thanks in advance