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 |
Tags
- MySQL
- 보안
- 리눅스
- 컴퓨터 구조
- html
- 머신러닝
- 어셈블리어
- CodeEngn
- 웹
- 알고리즘
- 넘파이
- abex crackme
- 백준
- 워게임
- php
- 인공지능
- C언어
- 리버싱 문제
- 회귀 수식
- webhacking
- 웹해킹
- writeup
- webhacking.kr
- 리버싱
- 백준 알고리즘
- 리버싱 워게임
- 자바스크립트
- 해킹
- 리액트
- sql injection
Archives
- Today
- Total
목록설치과정 에러 (1)
인공지능 개발일지
[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.[에러 해결]
이제 리액트 문법은 거의 익숙해 졌는데 초기 설치할 때 이런 에러가 뜰 때가 많다. 보통 지웠다 다시 설치하면 실행되지만 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
카테고리 없음
2022. 8. 19. 15:28