본문 바로가기

개발자정보

React17, Typescript 생성

반응형

프로젝트 생성 : 

저는 디렉토리는 생성 했음.

npx create-react-app . --template typescript

ex)
npx create-react-app my-app --template typescript
cd my-app

 

오류발생

 

npm install --save-dev @types/react@17.0.38 @types/react-dom@17.0.2

 

 

npm install typescript@4.3.5 --save-dev

 

 

 

 

"recharts": "^2.1.5",

 

 

 

 

 

 

반응형