-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nest can't resolve dependencies of the NestJsNotificationsService #4
Comments
Any solutions? |
Any news? |
I believe this because nestjs-notifications/package.json Line 42 in 2e3da43
You guys need to make this
looks like this instead:
|
I've tried this, but the error is still the same. 🤷♂️ |
@raqso are you using NestJS v7? |
No, 8 :/ |
could be that, even tho the peer deps allows v8 |
Any news? I have the same error in Nestjs 8 :/ |
I'm running into this error:
My code:
app.module.ts
app.service.ts
The text was updated successfully, but these errors were encountered: