Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Express
- ML
- figma
- html
- SOLID
- DB
- PyTorch
- frontend
- review
- C++
- vscode
- UI
- PRISMA
- Git
- Linux
- DM
- GAN
- CV
- ps
- API
- react
- postgresql
- nodejs
- js
- sqlite
- python
- CSS
- mongo
- threejs
- ts
Archives
- Today
- Total
아카이브
[TS] Could not find a declaration file for module '...' 해결하기 본문
해당 패키지를 설치한 후에도
Could not find a declaration file for module '패키지 이름'.
해당 오류가 발생한다면, 다음과 같이 타입이 정의된 패키지로 설치해야 합니다.
npm install @types/[패키지 이름] --save-dev
728x90
'Frontend' 카테고리의 다른 글
[Three] Three.js 프로젝트 시작하기 (0) | 2025.01.12 |
---|---|
[Three] Three.js에 대해서 (0) | 2025.01.12 |
[Frontend] 효율적인 비동기 코드 (0) | 2024.07.26 |
[Frontend] 비동기 방식 (Asynchronous) (0) | 2024.07.22 |
[Frontend][Deploy] AWS로 프론트엔드 배포하기 (0) | 2024.06.17 |
Comments