-
i'm using nest js throttler @nestjs/throttler ^6.2.1
and when i'm trying to use @nest-lab/throttler-storage-redis instead of deprecated library nestjs-throttler-storage-redis is not working
here i…
-
**Describe the bug**
After i run the first 2 commands from @nestjs-modules/mailer to install it and i run npm run start:dev, i get this big error :
"Error: Cannot find module 'preview-email'
Requir…
-
# Nest JS Module aliasing using module-alias – @tkssharma | Tarun Sharma | My Profile
A Simple Way To Use Path Aliases in NestJS I am talking about this whenever we write code most of teh times we e…
-
### С чем связан запрос на фичу?
Обновить версии пакетов в зависимостях
### Расскажите как вы это себе видите
Обновить версии зависимости до максимально возможных и зафиксировать таким образом, что…
-
**Describe the bug**
When I am starting my nest app I see the following error:
```
worker-1 | Error: Cannot find module '@css-inline/css-inline-linux-arm64-musl'
worker-1 | Require stack:
worke…
-
-
Thanks for building the library,
I'm wondering how to register nestjs-agenda module in app.module.ts instead of doing it in each child module ?
Many thanks,
-
# Nest.Js에서 @Module의 속성에서 process.env 사용하기 | MHLab blog
블로그용 작은 프로젝트를 만들다가… 이번에 Nest.Js에서 Jwt쓰기 주제로 포스팅을 준비중이다. 근데 처음부터 다시 설치해서 하려니까 몇 가지 막히는 부분이 있었다. 이런 코드가 있다. 근데 @Module 안에서 process.env로 설정파일에 접근하…
-
Greetings, I have deployed bullboard with bullmq and nestjs with the following configuration:
There is a local redis instance on the remote server.
This is in the imports section in app.module.ts:
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
With a project organised that way:
```
src:
- main.ts
- app.module.ts
....
…