create-react-app을 사용하여 React 프로젝트 환경 설정 중 아래와 같은 에러 발생
위 에러문에서보면 글로벌로 설치 된 cra를 지우고 다시 설치하라고 되어 있습니다.
- npm uninstall -g create-react-app - yarn global remove create-react-app
위 두개의 명령어를 실행 후 다시
npx create-react-app my-app
으로 cra 프로젝트 생성