반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- react
- 리팩터링2판테스트
- 시스템설계면접팁
- 가상면접3장
- gitsquash
- FirebaseAnalytics
- s3이미지다운로드됨
- file not found Error
- 리팩토링2판4장
- Git commit 합치기
- 테스트코드책
- 리액트구글애널리틱스
- 디자인패턴
- awss3
- 시스템설계면접
- formik submitting not working
- react-ga
- git squash
- git commit merge
- 시스템설계면접예시
- 가상면접2장
- cypressBDD
- 전략패턴
- 가상면접으로대규모시스템
- 시스템설계방법
- 헤드퍼스트전략패턴
- git commit 협업
- cypress React
- formik react-query submitting not working
- 시스템설계
Archives
- Today
- Total
mingg IT
[React]You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.1) 에러 해결하기 본문
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 프로젝트를 생성할 수 있다.
'FrontEnd' 카테고리의 다른 글
[JavaScript] Promise 와 Async Await (0) | 2022.05.13 |
---|---|
[React] useState와 클로저 (0) | 2022.05.12 |
[React] CRA(create-react-app) 사용하지 않고 초기 세팅 해보기 (0) | 2022.05.08 |
[React] Typeit 사용하기 (React v 17) (0) | 2022.04.25 |
[리팩토링] 반복문을 파이프라인으로 바꾸기 (0) | 2022.04.10 |
Comments