-
Hi,
I have an error when running my NestJS app that states that `Module '"@nestjs/common"' has no exported member 'ModuleMetadata'`.
I am running NestJS 7.0.0 (on Node 12) and nestjs-soap 2.2.1 (…
-
### Issue description or question
NX + jest 29.5.0 + @nestjs
Wallaby manual configuration or automatic not work with my tests, it failed on some jest runtime module
`Runtime error: TypeEr…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I have a `@Sse` handler which optionally throws an `UnauthorizedException`, and when it does …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When receiving a request using @nestjs/platform-fastify, we get the following log warning us …
-
# Problem
Compilation fails when using tle.js with nest.js:
```
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /node_modules/tle.js/dist/tlejs.umd.js
require() of ES modules is not su…
-
I've started playing with nestjs, and specially, with this starter kit, and I've been a bit surprised seeing how you combine both tabs and spaces in the typescript files.
Also, the indent tslint op…
-
hello,I have a NX mono repo when i run : nx test api all test pass but when i run wallaby all test with db access fail because the user and password variables on the .env are not read.Can you help me…
-
Hello!
I am unable to get this to work for some reason:
I see that when you do `yarn start:dev` or `yarn start` it seems to be looking for `dist/main` which does not exist for me, whenever I am bu…
-
I noticed in the history of this repo some code is copied from Cheeri-No:
https://github.com/Dan6erbond/sk-auth/commit/d7c4438f43e17b22afbcae9ca5efbea13fb7d383
And I saw in Cherri-No some code may…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
`@UseInterceptors` can't handle interceptor (with optional parameters) that passed as type.
…