Hi @HighFives
I couldn't reproduce your issue.
Could you please confirm that you tried the branch: https://github.com/makinhs/nestjs-with-graphql/tree/002
Then:
yarn install
Then:
docker compose up -d
Then: don't forget the .env file:
```
DB_HOST=localhost
DB_PORT=5432
DB_USERNAME=postgres
DB_PASSWORD=SuperSecret!23
DB_DATABASE=postgres
```
Then:
yarn start
I got no issue and the server runs normally:
```
[Nest] 9587 - 10/07/2021, 8:55:21 AM LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +3235ms
[Nest] 9587 - 10/07/2021, 8:55:21 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms
[Nest] 9587 - 10/07/2021, 8:55:21 AM LOG [InstanceLoader] UsersModule dependencies initialized +0ms
[Nest] 9587 - 10/07/2021, 8:55:21 AM LOG [RoutesResolver] AppController {/}: +5ms
[Nest] 9587 - 10/07/2021, 8:55:21 AM LOG [RouterExplorer] Mapped {/, GET} route +2ms
[Nest] 9587 - 10/07/2021, 8:55:21 AM LOG [NestApplication] Nest application successfully started +90ms
```
Also, my node version is v14.17.5
Please let me know if the above helps or if you could share some more details for me to help you with.
Thanks in advance,