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 에서 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 |
[오류해결] npm ERR! code ERESOLVE (0) | 2021.10.29 |
[오류해결] npm ERR! code ERESOLVE (0) | 2021.10.04 |
[REACT] .env 를 이용한 변수선언 및 사용법 (0) | 2021.09.07 |