[TypeScript] console을 인식하지 못할 때 / cannot find name 'console'. Do you need to change your target library?트러블슈팅2023. 9. 6. 06:10
Table of Contents
728x90
728x90
에러 메세지
cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
에러 원인
@types/node가 설치되지 않음
해결
아래 명령어를 통해 @types/node 설치
npm install @types/node --save-dev
이후에 실행해보면 잘 작동한다
728x90
300x250
@mag1c :: 꾸준히 재밌게
2023.04 ~ 백엔드 개발자의 기록
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!