이슈
You are running `create-react-app` 4.0.1, which is behind the latest release (5.0.0).
새로 프로젝트를 하려고 npx create-react-app my-app 명령어로 설치를 하려는데, 위와 같은 오류가 뜨면서 계속 되지 않았다.....
해결
npm uninstall -g create-react-app
npm add create-react-app
npx create-react-app 새로만들프로젝트명
반응형
'React' 카테고리의 다른 글
[React] MVC 패턴으로 코드짜기 (0) | 2022.02.21 |
---|---|
[React] 깃허브에 올리면 안되는 apikey 설정하는법 (.env 파일) (0) | 2022.02.21 |
[React 기본] React Hook (0) | 2022.02.07 |
[React 기본] Lifecycle Methods (0) | 2022.02.07 |
[React 기본] 함수형 컴포넌트의 PureComponent는? memo! (0) | 2022.02.07 |