다시 react 공부할려고 node.js 깔고 시작할려고 하니까
npx create-react-app name 해서 설치할려니 아래 오류가 뜬다
You are running create-react-app
4.0.3, which is behind the latest release (5.0.1).
npm uninstall -g create-react-app
npm add create-react-app
npx create-react-app name
순서대로 써줬더니 해결 !