강의

멘토링

커뮤니티

Inflearn Community Q&A

hyunsokstar6698's profile image
hyunsokstar6698

asked

Everything About Node.js

Comparing CommonJS and ESM to Look Knowledgeable

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

Written on

·

5.1K

·

Edited

0

error:

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

 

해결: 

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

Answer 1

0

yongsoocho님의 프로필 이미지
yongsoocho
Instructor

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

hyunsokstar6698's profile image
hyunsokstar6698

asked

Ask a question