FrontEnd
[React]You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.1) 에러 해결하기
mingg123
2022. 5. 9. 15:27
아마 cra 명령어를 사용할 때마다 종종 보는 에러일 것이다.
해결법은
npx create-react-app@latest cra-test
를 수행하면 정상적으로 CRA 프로젝트를 생성할 수 있다.