Error
React Typescript Error : 'module not found: Error: Can't resolve [the typescirpt file.]'
Tada.*+
2022. 11. 29. 17:26
728x90
Error
module not found: Error: Can't resolve [the typescirpt file.]
해결 방법
아래 npm 라이브러리를 install한다.
- npm i @types/react-dom
- @types/react-router-dom
- @types/styled-components
728x90