반응형
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 |
Tags
- 곧아빠됨
- 스케쳐스아치핏
- 개발
- 터미널옵션
- pnpm
- 개발언어
- c#
- @types
- JWT 토큰
- 게시판
- ts7016
- .netcore
- 하마모양
- 아들에게
- 웹퍼블리셔종말
- JWT 토큰 인증 로그인 쿠키 설정
- asp.net core
- classNames
- nodejs
- ChatGPT
- 마이너스의 의미
- 메일수신거부처리
- typesinstall
- TS70016
- 메일수신거부 프로세스
- json pretty
- 초보
- 웹퍼블리셔전망
- locofy.ai
- 패키지관리자
Archives
- Today
- Total
목록ts7016 (1)
I am maker
TS7016: Could not find a declaration file for module 'prismjs/components/prism-c
사용 패키지 버전 // package.json "prismjs": "1.29.0", "@types/prismjs": "1.26.0", import Prism from 'prismjs/components/prism-core'; 위 코드에서 아래 에러가 발생했다. TS7016: Could not find a declaration file for module 'prismjs/components/prism-core'. '/node_modules/.pnpm/prismjs@1.29.0/node_modules/prismjs/components/prism-core.js' implicitly has an 'any' type. Try `npm i --save-dev @types/prismjs` if it exists or..
문제해결(Trouble shootings)
2023. 2. 8. 21:31