You are running `create-react-app` 4.0.0, which is behind the latest release (4.0.1).
We no longer support global installation of Create React App.
Please remove any global installs with one of the following commands:
- npm uninstall -g create-react-app
- yarn global remove create-react-app
The latest instructions for creating a new app can be found here:
https://create-react-app.dev/docs/getting-started/
이러한 에러가 발생한다면 ,
npm uninstall -g create-react-app
npm add create-react-app
다시 npx create-react-app [app-name]
'Programming > React' 카테고리의 다른 글
React 프로젝트 구조와 폴더 설명 (0) | 2025.03.21 |
---|---|
react 에서 navigate 사용하기 (useNavigate / Navigate) (0) | 2022.07.23 |
[React] npx create-react-app 설치오류 "We no longer support global installation of Create React App" (0) | 2022.02.14 |
[ React ]"npm run build" = "react-scripts: Permission denied" (0) | 2021.12.08 |
[오류해결] npm ERR! code ERESOLVE (0) | 2021.10.29 |