Marcos Henrique da Silva
1 min readOct 7, 2021

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,

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

No responses yet

Write a response