TypeScript

    [에러 해결] styled-components Could not find declaration file

    🩺 에러 발생 평소처럼 App파일에 GlobalStyle 지정해주려고 styled-components 라이브러리를 npm으로 설치해주었다. npm install styled-components 분명 잘 깔렸다고 떴는데 저 from 뒤의 'styled-components'에 다음과 같은 에러 문구가 떴다. Could not find a declaration file for module 'styled-components'. 👉 'styled-components' 모듈에 대한 선언 파일을 찾을 수 없습니다. 왜요 잘 깔렸다면서 왜 그러세요 이런 적 없었잖아 💊 에러 해결 왜 이런 문제가 발생하나 했더니 TypeScript가 styled-components와 연관된 모듈에 대한 선언 파일을 찾이 못하면 이런 문..