2

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

Soroush Ahrari
  • 503
  • 5
  • 13
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Sep 11 '21 at 10:20

1 Answers1

2

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

Jay McDoniel
  • 57,339
  • 7
  • 135
  • 147