[BUG] pino
and rxjs
should be peer dependencies of nestjs-pino
#1148
Labels
bug
Something isn't working
pino
and rxjs
should be peer dependencies of nestjs-pino
#1148
[x] I've read the docs of nestjs-pino
[x] I've read the docs of pino
[x] I couldn't find the same open issue of nestjs-pino
What is the current behavior?
I'm using yarn pnp which is pretty strict when it comes to libraries and their dependencies. I'm getting the below errors when trying to run an app using
nestjs-pino
.I think adding
pino
andrxjs
to thepeerDependencies
might be the fix.A temporary workaround is to add the below to
.yarnrc.yml
.What is the expected behavior?
No error.
The text was updated successfully, but these errors were encountered: