DEV Community

luisfelipeguevaraa
luisfelipeguevaraa

Posted on

When try to start nestjs, stay in "ConfigModule dependencies"

Im using nestjs in windows, and I execute:

npm install
npm run build
npm ls typescript
yarn start:dev

But stay in:
[Nest] 25692 - 29/03/2023, 8:53:04 LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 25692 - 29/03/2023, 8:53:04 LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 25692 - 29/03/2023, 8:53:04 LOG [InstanceLoader] EmailModule dependencies initialized +0ms
[Nest] 25692 - 29/03/2023, 8:53:04 LOG [InstanceLoader] ConfigModule dependencies initialized +1ms

And not run.

Top comments (1)

Collapse
 
micalevisk profile image
Micael Levi L. C.

define the env. var NEST_DEBUG=true to see if you got some hint