react 버전이 올라가면서 생기는 오류인 것 같다.
1. react.js npm install react@latest 최신버전 설치해주자. ( @latest 최신버전 이란 뜻입니다. )
npm install react@latest
npm install react-dom@latest
yarn add react@latest
yarn add react-dom@latest
2. 타입스크립트
npm install --save-dev @types/react@latest @types/react-dom@latest'CI CD & VM' 카테고리의 다른 글
| jenkins ssh remote 에러 해결 (0) | 2023.05.12 |
|---|---|
| springboot + react + nginx proxy + Docker-compose 배포 (0) | 2022.12.14 |
| 우분투 20.04 고정IP 설정 (0) | 2022.12.04 |
| Oracle VM VirtualBox 관리자 설치 - 01 (0) | 2022.10.11 |