Peer dependencies are not linked #68
Labels
bug
Something isn't working
has workaround
A workaround for this bug is known
pnpm
Related to PNPM use specifically
When linking to a local package [A] that another dependency [B] has a "peer dependency" on, the package [A] is not linked into dependency [B] as you might expect. In other words, even though my monorepo uses the local version of package [A], the dependency [B] uses the installed version.
The text was updated successfully, but these errors were encountered: