Replies: 1 comment
-
This feels like you still have This module is not dependent on nest directly (only as a peer dep), so this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently upgrading NestJS to version 8 as it is supposed to work now with MikroORM.
However, I am receiving the following issues after a clean npm install and running npm audit fix.
As far as I would understand it, peer @nestjs/common@"^7.0.0||^8.0.0" from @mikro-orm/[email protected] would also include version 8.0.11 which I have installed (@nestjs/common)
Any idea on how to fix this so that it does not show up anymore?
Was running
npm audit fix --legacy-peer-deps
to resolve it for now.Beta Was this translation helpful? Give feedback.
All reactions