Inflearn コミュニティ Q&A
모듈 관련 에러 해결 방법 입니다 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/corenestjspostgresqlprismaNestJS




