[오류해결] You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0).
본문 바로가기

Frontend/React

[오류해결] You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0).

create-react-app버전때문에 리액트 프로젝트가 안만들어짐

npm uninstall -g create-react-app

global로 설치된 create-react-app구버전을 지우고

npx clear-npx-cache

이처럼 캐시를 없애야 또 같은 에러가 안뜨는듯하다.

반응형

'Frontend > React' 카테고리의 다른 글

yarn 명령어로 쉽게 버전 바꾸기  (0) 2022.02.02
최근 리액트 라우터 React Router 변화  (0) 2022.01.28
리덕스 기초  (0) 2022.01.23
Vue 기초문법정리  (0) 2022.01.21
Counter 리액트  (0) 2020.10.19