We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CDVC reports inconsistencies for the following local dependencies:
{ "name": "@scope1/package1", "dependencies": { "foo": "file:./my-local-package" } }
{ "name": "@scope1/package2", "dependencies": { "foo": "link:./my-local-package" } }
But running --fix does not resolve the inconsistency.
--fix
The text was updated successfully, but these errors were encountered:
Seems related to #344
Sorry, something went wrong.
It may not be safe to fix this since they have different behavior? I'm not sure what the behavior should be.
https://yarnpkg.com/features/protocols
"*"
""
No branches or pull requests
CDVC reports inconsistencies for the following local dependencies:
But running
--fix
does not resolve the inconsistency.The text was updated successfully, but these errors were encountered: