Soroush Ahrari
Soroush Ahrari

Reputation: 583

nest build fails because of ts errors in @nestjs/config

I am getting multiple errors about @nestjs/config, leading npm build command to fail but npm run start:dev despite showing errors is working properly. below are the screenshots from the errors and the environment. enter image description here

enter image description here

enter image description here

Upvotes: 2

Views: 2257

Answers (1)

Jay McDoniel
Jay McDoniel

Reputation: 70570

Upgrade your Typescript dependency. @nestjs/config uses 4.3.5 to build the package.

Upvotes: 2

Related Questions