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 (리액트 앱 실행)
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 (리액트 앱 실행)