We have a monorepo setup using pnpm wokspaces and lerna. In that we have a dependency for nestjs/websockets in one of the apps.
It is erroring out asking for dependency of ModuleRef.
After debugging extensively for many hours I have found out that if i remove websockets package it works.
This issue explains the exact error i am facing. I have already checked the common error listed on nestjs website but it hasn't helped me.
Would really appreciate any help with this. Thanks!