[React] create-react-app 이슈

Sejeong Yang·2021년 3월 30일
0

React

목록 보기
12/12
post-custom-banner

기존 프로젝트가 어느정도 자리를 잡았기 때문에 새로운 프로젝트를 진행하기 위해서 오랜만에 create-react-app을 이용해서 시작하려고 하는데 갑자기 에러발생!


해결 방법은 아주 간단하다

먼저

  1. npm uninstall -g create-react-app을 해주고

  2. npm add create-react-app

  3. npx create-react-app myapp 실행

하면 정상 작동 된다

profile
Front End Developer

0개의 댓글