Patrick Kerschbaum
Patrick Kerschbaum
This problem is well described in the docs of rushjs: TL;DR providing different dependencies to each workspace project when peer dependencies are involved is difficult; injecting workspace dependencies helps to...
FYI I added [a comment in TypeScript#47663](https://github.com/microsoft/TypeScript/issues/47663#issuecomment-1519138189) which has workarounds for this issue when using pnpm monorepos.
> A year and a half later and still experiencing this issue. Anything being done about this? @codan84 IMO this is no pnpm issue, see https://github.com/microsoft/TypeScript/issues/47663#issuecomment-1519138189 and all the discussion...
FYI I added [a comment in TypeScript#47663](https://github.com/microsoft/TypeScript/issues/47663#issuecomment-1519138189) which has workarounds for this issue when using pnpm monorepos.
Had the same problem, and solved it with a script which replaces the `workspace:` protocol of workspace dependencies by the respective version number. Maybe it helps you as a workaround....
duplicate of #1749?