[eslint] Plugin "react" was conflicted between ".eslintrc.json » eslint-config-react-app » C:\Users\Administrator\node_modules\eslint-config-react-app\base.js" and "BaseConfig » C:\Users\Administrator\Desktop\react-app\node_modules\react-scripts\node_modules\eslint-config-react-app\base.js".
ERROR in [eslint] Plugin "react" was conflicted between ".
https://urdoingood.tistory.com/27
위의 블로그를 참고했다.
eslint 충돌 에러 발생했을 경우 해결방법
Open in integrated Terminal로 확인해보기
전역으로 설치된 eslint-config-react-app을 제거한다.
npm uninstall -g eslint-config-react-app
= 임시로 해결할 수 있는 방법
아직 확실한 해결 방법을 찾지 못했지만 찾을 때 까지 추가 하는 중...