본문 바로가기
카테고리 없음

[기타] Could not find a declaration file for module 'react'

by 나스닥171819 2020. 4. 23.
728x90
반응형

Could not find a declaration file for module 'react'

 

react 는 typescript 를 요구한다.

 

해결법 

 

npm install --save @types/react @types/react-dom

 

 

 

http://jeonghwan-kim.github.io/dev/2019/06/25/react-ts.html

 

리액트, 타입스크립트 시작하기

올해 3월, 진행중인 프로젝트를 인수인계 받았다.

jeonghwan-kim.github.io

 

반응형