-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Suggestion: command to check unmet peer dependencies #4594
Comments
How can this be done? I currently delete |
I do the same :D |
I currently run |
@hoten I think one easier workaround is to change the version of a single package in |
Here are my two workarounds:
Both reinstall all packages and trigger postinstall |
In the end, I only have to run |
Closing as fixed in v2 where the peer dependency warnings are always printed on install |
does not work for me :( the second time running it reports zero problems (though there are some) |
This is the only thing that works for me so far out of what I've tried. If you have any dependencies with versions starting with the hat "^" it suffices to remove the hat e.g. you could change this:
To this:
And then revert. Or if you don't have a hat, you could add a hat. And then revert. |
I’ve had good success with |
I get unmet peer dependency warnings when running
yarn
, but only sometimes.I want a command to reliably check unmet peer dependencies. I had hoped
yarn check
would do this, but it seems not.The text was updated successfully, but these errors were encountered: