강의

멘토링

커뮤니티

Inflearn コミュニティ Q&A

hyunsokstar6698 のプロフィール画像
hyunsokstar6698

投稿した質問数

Node.jsのすべて

知っていると博識に見えるCommonJSとESMの比較

모듈 관련 에러 해결 방법 입니다 ex)Cannot find module '@nestjs/core'

作成

·

5.1K

·

編集済み

0

error:

Cannot find module '@nestjs/core' or its corresponding type declarations

 

해결: 

npm install @nestjs/common
npm install @nestjs/core
nestjspostgresqlprismaNestJS

回答 1

0

yongsoocho님의 프로필 이미지
yongsoocho
インストラクター

감사합니다. 현재 nestJS 프로젝트 세팅에 문제가 있다고 하네요.

hyunsokstar6698 のプロフィール画像
hyunsokstar6698

投稿した質問数

質問する