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.
|
Solution:
Step1: goto
correct folder
Step2:
install typeorm
npm install --save @nestjs/typeorm typeorm pg
|