When can an npm package's dependency be resolved to a workspace package? #5702
Replies: 1 comment
-
This, obviously 😛 https://github.com/babel/babel/blob/235a7accd9e3ca2958c41a3a97475c839c88b09a/package.json#L101 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
-
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