moleculer-template-project-typescript
moleculer-template-project-typescript copied to clipboard
Typescript project template for Moleculer microservices framework.
Dear, Could you please help me in advance, I am facing with error unable to compile TS. 
Bumps [async](https://github.com/caolan/async) from 3.1.1 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...
With some problem, npm script will have some weird behaviour in wildcard. For example: dir: ``` ├── README.md ├── gateway.service.ts ├── test.service.ts └── user └── users.service.ts ``` process with npm...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.11.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Hi, after generating the project with `project-typescript` template and running `npm run test` I'm getting errors. Most of them I managed to solve as they were just syntax issues, but...
When installing the 'moleculer-template-project-ts' project, following the instructions contained in that repo, using the current moleculer-cli, I encounter this error: Running 'npm install'... npm ERR! code ERESOLVE npm ERR! ERESOLVE...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
The debug process is not working with this template. Im using this project in lerna workspace but its not working Can you please add a sample launch.json file? Here is...