-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(yarn): wrong package name when dependenciesMeta
field exists
#5575
Comments
Hello @brentswisher "app@workspace:.":
version: 0.0.0-use.local
resolution: "app@workspace:."
dependencies:
debug: "npm:^4.3.4"
dependenciesMeta:
[email protected]:
unplugged: true
languageName: unknown
linkType: soft What am i missing? |
Yeah, it is a bit tricky to reproduce. flowchart TD
A[Package A] -->|hasDependency| B(Package B)
B --> |hasUnpluggedDependency| C(Some External Package)
The bug manifests when the package with the |
I tried to do that, but got same result:
|
🤔 hmm, not sure I will try to recreate it again and track the yarn commands it took to get there |
Thank you! This will help me a lot. |
Discussed in #5565
Descrtiption
Dependencies under
dependenciesMeta
field use same pattern as package.e.g.:
The text was updated successfully, but these errors were encountered: