我的问题是:export class ReportLogger extends ConsoleLogger { Using the "extends Logger" instruction is not allowed但问题是,我已经让我的ReportLogger扩展了ConsoleLogger,为什么
我已经安装了为mysql数据库使用typeorm所需的所有包,但在启动服务器时仍然得到Module '"@nestjs/typeorm"' has no exported member 'TypeOrmModule下面是我在package.json文件中的开发依赖项。dependencies": { "@<
我创建了一个模块"example.module.ts“和服务"example.service.ts”。我按照文档中的说明在app.module.ts中加载了邮件模块。当我把它注入到ExampleService中时,nest抛出了这个错误: [ExceptionHandler] Nest can't resolve dependencies of the ExampleService在@nest-modules/mailer文档中,在App.modu