Replies: 1 comment 2 replies
-
Looks like either |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a mono-repo where 5 packages depend on
@someScope/[email protected]
. For some reason which I cannot figure out,pnpm
creates a different link to a different instance for just ONE of the 5. One of them has[email protected]
in it's name.I don't want to get into the details on why this is causing us trouble, as I don't want to spin this topic in the wrong direction. But I really want to know the logic here so I can work on syncing this up.
I will say that when I go in and manually delete and re-link the problem child, all of our issues go away.
Also, all of our packages have the same version of
[email protected]
listed, and so does@someScope/[email protected]
If this has been answered before I apologies, I honestly couldn't figure out the right search terms for this.
Beta Was this translation helpful? Give feedback.
All reactions