saisilinus / node-express-mongoose-typescript-boilerplate

A boilerplate for making production-ready RESTful APIs using Node.js, TypeScript, Express, and Mongoose
MIT License
325 stars 93 forks source link

http-status and helmet types are missing #54

Open ornakash opened 10 months ago

ornakash commented 10 months ago

Describe the bug When installing the project, the http-status and helmet types are missing.

To Reproduce Steps to reproduce the behavior:

  1. Clone the project
  2. Go to app.ts file
  3. See types errors

Expected behavior No type errors should be shown

Screenshots image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context This PR should fix this: https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/pull/53