-
[ERROR] You are running `create-react-app` 4.0.3, which is behind the latest releaseerror handling 2022. 3. 25. 22:01반응형
npx create-react-app sparrow
요새 인증/보안 파트를 배우면서 백엔드쪽에 많이 신경쓰다보니 react 프로젝트를 하나 할까 했는데 시작부터 에러 발생했다 !
코드로 나와있는 부분
Please remove any global installs with one of the following commands: - npm uninstall -g create-react-app - yarn global remove create-react-app
진행했는데 에러 해결은 되지 않았고, 노란색 첫 문장을 보아하니 버전 문제인 것 같았다.
해결 방법을 구글링한 결과 @latest를 붙여 최신 버전으로 react 프로젝트를 시작하면 된다 !
npx create-react-app@latest sparrow
반응형'error handling' 카테고리의 다른 글
[final project] typescript를 이용한 react 프로젝트 설치 시 에러 (0) 2022.04.20 배포 단계에서 발견한 에러(This XML file does not appear...) (0) 2022.04.18 Headers에서 Content-Type과 Accept의 차이(Feat. OAuth 2.0) (0) 2022.03.19 error: failed to push some refs to (feat. git push 에러) (0) 2022.02.28 git push 오류 (url, ssh) (0) 2022.02.25