Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- SQL
- Python
- xPlatform
- es6
- Sqoop
- Spring
- SPC
- vaadin
- Java
- plugin
- window
- Kotlin
- Express
- JavaScript
- 보조정렬
- SSL
- Android
- 공정능력
- MSSQL
- NPM
- Eclipse
- hadoop
- GIT
- table
- mybatis
- tomcat
- react
- mapreduce
- IntelliJ
- R
Archives
- Today
- Total
DBILITY
intellij You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.1). 본문
intellij
intellij You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.1).
DBILITY 2023. 1. 18. 16:39반응형
nodejs를 18.13.0으로 업데이트 했다.
react프로젝트를 생성하는데 다음과 같은 에러가 났다. 이전에도 비슷한게 있었다.
"C:\Program Files\nodejs\npx.cmd" --yes create-react-app .
You are running `create-react-app` 4.0.3, which is behind the latest release (5.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/
원천적 해결 방안이 없나..ㅎㅎ
#npx clear-npx-cache
npm uninstall -g create-react-app
npm cache clean --force
npm cache verify
명령창으로 워크디렉토리에서 위 처럼 입력했다.
반응형
'intellij' 카테고리의 다른 글
Comments