Readdy Write
nodejs ;

ERROR [ExceptionHandler] Nest can't resolve dependencies of the TypeOrmCoreModule

13.03.2023 (👁2704)

ERROR [ExceptionHandler] Nest can't resolve dependencies of the TypeOrmCoreModule (TypeOrmModuleOptions, ?). Please make sure that the argument ModuleRef at index [1] is available in the TypeOrmCoreModule context.

 

 

Fehlermeldung

ERROR [ExceptionHandler] Nest can't resolve dependencies of the TypeOrmCoreModule (TypeOrmModuleOptions, ?). Please make sure that the argument ModuleRef at index [1] is available in the TypeOrmCoreModule context.

Ein Bild, das Text, Screenshot, Monitor, Bildschirm enthält.

Automatisch generierte Beschreibung

 

Solution:

Step1: goto correct folder

Step2: install typeorm

npm install --save @nestjs/typeorm typeorm pg

 

 

Ein Bild, das Text, Screenshot, Bildschirm enthält.

Automatisch generierte Beschreibung

 

 


0,00 €