w3tecch / express-typescript-boilerplate

A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
MIT License
3.29k stars 904 forks source link

Issue with dependencies and devDependencies #102

Closed tharun208 closed 5 years ago

tharun208 commented 6 years ago

Hi, Can you remove the unwanted devDependencies and also Dependencies.

Paul75 commented 6 years ago

and what is the unwanted ?

tharun208 commented 6 years ago

unwanted means ! unused node modules


From: Paul notifications@github.com Sent: Friday, June 8, 2018 5:39:39 PM To: w3tecch/express-typescript-boilerplate Cc: Tharun Rajendran; Author Subject: Re: [w3tecch/express-typescript-boilerplate] Issue with dependencies and devDependencies (#102)

and what is the unwanted ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/w3tecch/express-typescript-boilerplate/issues/102#issuecomment-395741615, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AOPCnFuKuI1E8hi0RusyD52Bwbqc_4ppks5t6mmDgaJpZM4Uf7WZ.

hirsch88 commented 5 years ago

Hi @tharun208

I removed some unused modules. However, you have to remove the modules, which you do not need.

cheers