Error) npx create-react-app error - You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0).
에러발생)
평소와 동일한 방법으로 CLI창을 통해 react app을 만들려고 했어다. 하지만 아래의 사진과 같은 에러가 떴었고 에러에 나오는 안내문구대로 처리를 하려했다.
npm unistall -g create-react-app
하지만 에러가 해결되지 않았고 인터넷에서 해결방버을 찾아보았다.
그결과
npm uninstall -g create-react-app
npm add create-react-app '사용할 이름'
위 내용대로 CLI창에 입력한 결과 react App을 정상적으로 만들어 코딩을 할 수 있었다.
Author And Source
이 문제에 관하여(Error) npx create-react-app error - You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0).), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@baek1008/Error-npx-create-react-app-error-You-are-running-create-react-app-4.0.3-which-is-behind-the-latest-release-5.0.0저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)