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 96 express-typescript-boilerplate issues
Sort by recently updated
recently updated
newest added

When trying to connect to a PostgreSQL the following error occurs (on `yarn run setup`): `error: no pg_hba.conf entry for host "HOSTNAME", user "USERNAME", database "PASSWORD", SSL off` This is...

I'm getting an error when running `yarn run setup` `node-pre-gyp ERR! stack Error: Failed to execute '~/.nvm/versions/node/v12.4.0/bin/node ~/.nvm/versions/node/v12.4.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=~/dev/proj/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=~/dev/proj/node_modules/bcrypt/lib/binding --napi_version=4 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)`

I suggest using `NVM`, works for me on Node 10: https://github.com/typeorm/typeorm/issues/4573 Also need to upgrade `typeorm`: https://github.com/typeorm/typeorm/issues/4332

Bumps [socket.io](https://github.com/socketio/socket.io) from 2.2.0 to 2.4.1. Release notes Sourced from socket.io's releases. 2.4.1 This release reverts the breaking change introduced in 2.4.0 (https://github.com/socketio/socket.io/commit/f78a575f66ab693c3ea96ea88429ddb1a44c86c7). If you are using Socket.IO v2, you...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.13.1 to 9.18.5. Release notes Sourced from highlight.js's releases. 10.3.2 - Oops, "Javascript". Tiny tiny release, just to fix the website incorrectly not listing Javascript in the...

dependencies

i have used multer in other express applications but i am unable to configure multer with "express-typescript-boilerplate". any idea or pointers on how to integrate and use with other controllers.

When I run `$ yarn run setup`. this error comes `query failed: SELECT "ns"."nspname" AS "table_schema", "t"."relname" AS "table_name", "cnst"."conname" AS "constraint_name", "cnst"."consrc" AS "expression", CASE "cnst"."contype" WHEN 'p' THEN...

The seeding is strongly out of date. I updated the npm package (typeorm-seeding) to the newest version (1.6.1) and the whole seeding setup fails. I managed to fix the seed...

Hi, I really like this project and have found it useful a few times. As I've been learning nodejs and graphQL it's been a very useful resource for me. I'm...