Notice
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- writeup
- 리눅스
- 리버싱 문제
- 보안
- 어셈블리어
- CodeEngn
- 백준
- 웹해킹
- 회귀 수식
- 백준 알고리즘
- MySQL
- 리버싱 워게임
- webhacking
- 리액트
- sql injection
- 넘파이
- abex crackme
- 알고리즘
- 자바스크립트
- 컴퓨터 구조
- 워게임
- webhacking.kr
- 인공지능
- C언어
- html
- 리버싱
- 머신러닝
- 웹
- 해킹
- php
Archives
- Today
- Total
인공지능 개발일지
[React] 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.[에러 해결] 본문
카테고리 없음
[React] 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.[에러 해결]
Prcnsi 2022. 8. 19. 15:28728x90
이제 리액트 문법은 거의 익숙해 졌는데 초기 설치할 때 이런 에러가 뜰 때가 많다.
보통 지웠다 다시 설치하면 실행되지만
1. npm uninstall -g create-react-app
2. npx create-react-app [폴더명]
그래도 안 되면 아래와 같이 삭제하고 패키지를 다시 추가해준 다음에 실행해주면 된다.
- npm uninstall -g create-react-app
- npm add create-react-app
- 다시 npx create-react-app myapp
728x90