express-typescript-boilerplate icon indicating copy to clipboard operation
express-typescript-boilerplate copied to clipboard

A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch

Results 101 express-typescript-boilerplate issues
Sort by recently updated
recently updated
newest added

When I git clone and run yarn install, I get lots of warnings and Errors! ``` error D:\data\github\express-typescript-boilerplate\node_modules\sqlite3: Command failed. Exit code: 1 ``` ``` node-pre-gyp WARN Pre-built binaries not...

Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.1 to 1.2.2. Commits cb47838 1.2.2 deee138 fix: handle sanitising better, add tests ff73dbf fix: sanitise pid parameter (#31) 3b5b8fe update Changelog See full diff in compare...

dependencies

Bumps [type-graphql](https://github.com/MichalLytek/type-graphql) from 0.15.0 to 0.17.6. Release notes Sourced from type-graphql's releases. 0.17.6 Fixes fix leaking resolver source code in MissingSubscriptionTopicsError error message (#489) 0.17.5 Features rename DepreciationOptions interface to...

dependencies

Thanks for bring such an elaborate boilerplate code, but I'm facing the below error, node_modules/bcrypt/lib/binding/bcrypt_lib.node' Require stack: - /Users/user/rnd/nodejs/testapp/node_modules/bcrypt/bcrypt.js - /Users/user/rnd/nodejs/testapp/src/api/models/User.ts - /Users/user/rnd/nodejs/testapp/src/auth/AuthService.ts - /Users/user/rnd/nodejs/testapp/src/auth/authorizationChecker.ts - /Users/user/rnd/nodejs/testapp/src/loaders/expressLoader.ts - /Users/user/rnd/nodejs/testapp/src/app.ts at...

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.1 to 5.0.0. Release notes Sourced from bcrypt's releases. v5.0.0 Fix the bcrypt "wrap-around" bug. It affects passwords with lengths >= 255. It is uncommon but it's...

dependencies

`yarn install` with node 12 will throw error See [bcrypt library version compatibility table](https://github.com/kelektiv/node.bcrypt.js#version-compatibility)

Does anyone tried to update all the packages that is compatible with the latest node lts 12+ ?

Firsly thank you for such awesome boilerplate! The first problem is connected with #176 but I solved it by copypaste:) But I had another problem After fresh install dev server...

Hello, I've got warnign that indicate : `helmet deprecated helmet.noCache is deprecated and will be removed in helmet@4. You can use the `nocache` module instead. For more, see https://github.com/helmetjs/helmet/issues/215. src\api\middlewares\SecurityNoCacheMiddleware.ts:8:33`...