Error) npx create-react-app error - You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0).

백준우·2022년 2월 15일
0

Error

목록 보기
3/3
post-thumbnail

에러발생)

평소와 동일한 방법으로 CLI창을 통해 react app을 만들려고 했어다. 하지만 아래의 사진과 같은 에러가 떴었고 에러에 나오는 안내문구대로 처리를 하려했다.

npm unistall -g create-react-app

하지만 에러가 해결되지 않았고 인터넷에서 해결방버을 찾아보았다.
그결과

npm uninstall -g create-react-app
npm add create-react-app '사용할 이름'

위 내용대로 CLI창에 입력한 결과 react App을 정상적으로 만들어 코딩을 할 수 있었다.

2022-05-31 최신화

npx clear-npx-cache
npx create-react-app '사용할 프로젝트 명'

위 와같이 입력해주니 정상작동 해준다.

profile
이게 되네?

0개의 댓글