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 |
Tags
- Eclipse
- react
- 공정능력
- mapreduce
- Android
- Express
- hadoop
- es6
- GIT
- tomcat
- IntelliJ
- SPC
- window
- JavaScript
- plugin
- vaadin
- table
- NPM
- Spring
- Kotlin
- SQL
- MSSQL
- SSL
- R
- mybatis
- Java
- Python
- xPlatform
- Sqoop
- 보조정렬
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:39728x90
반응형
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/
원천적 해결 방안이 없나..ㅎㅎ
"You are running create-react-app 4.0.3 which is behind the latest release (5.0.0)"
I got an error while creating a React application. How do I fix it?
stackoverflow.com
#npx clear-npx-cache
npm uninstall -g create-react-app
npm cache clean --force
npm cache verify
명령창으로 워크디렉토리에서 위 처럼 입력했다.
728x90
'intellij' 카테고리의 다른 글
Comments