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

not works in last version of TypeOrm and typedi #90

Closed Paul75 closed 6 years ago

Paul75 commented 6 years ago

Hello,

If I update TypeOrm to 2.1.0 and typedi to 0.7.2 and start project I've got :

src/auth/AuthService.ts:15
        @Require('request') r: any,
         ^
TypeError: typedi_1.Require is not a function

Thanks

dweber019 commented 6 years ago

@Paul75 This pull request will fix it https://github.com/w3tecch/express-typescript-boilerplate/pull/91