ERROR/react

react-create-app 설치 오류

02:00AM 2022. 3. 18. 08:56

npx 로 설치가 제대로 되지 않으면 create-react-app 제거후 설치 

1. npm uninstall -g create-react-app (리액트 앱 제거)
2. npm install -g create-react-app (리액트 앱 재설치)
3.
npx create-react-app app-name (리액트 앱 실행)