[ React Error ] Failed to load config "react-app" to extend from.

컴퓨터를 바꾸고 프로젝트를 생성해서 yarn start로 프로젝트를 실행했는데 에러가 나왔습니다

Failed to load config "react-app" to extend from.

해결 방법을 구글에 찾아보니 간단했네요.
eslint-config-react-app 설치해주면 해결.

npm install eslint-config-react-app

or

yarn add eslint-config-react-app

추가)

ERROR in Plugin "react" was conflicted between "package.json » eslint-config-react-app 

잘 사용하던 도중 package.jsoneslint-config-react-app이 충돌이 일어났습니다.

해결

eslint-config-react-app삭제후 eslint-config-react-app@6로 재설치

yarn remove eslint-config-react-app
yarn add eslint-config-react-app@6

좋은 웹페이지 즐겨찾기