When can an npm package's dependency be resolved to a workspace package? #5702
Replies: 1 comment
-
This, obviously 😛 I'm sorry, today is not a great day for me debugging resolution, apparently. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm debugging a CI failure in babel/babel#15907, and I'm surprised by how Yarn is resolving dependencies:
What could be causing
@babel/plugin-syntax-unicode-sets-regex
to get the dependency from the local workspace rather than from npm?Beta Was this translation helpful? Give feedback.
All reactions