-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Yarn warns about unmet peer dependencies #1142
Labels
Comments
Also this on the second stage:
|
Looks like a bug in Yarn – it doesn't consider the packages installed at the same time when looking for peer dependencies. I tried this (without using create-react-app):
|
I created an issue in Yarn: yarnpkg/yarn#2132 |
I guess I'll close since this is a known issue in Yarn, and keeping it open here doesn't change anything. We still track it in the umbrella task. #1189 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
When running
create-react-app
0.7.0 with Yarn installed, Yarn prints a warning about unmet peer dependencies. However, despite the warning the app is created successfully, it works and subsequentyarn install
commands don't show this warning.Expected behavior
No warnings about peer dependencies should be printed when running
create-react-app
.Actual behavior
Following warnings are printed:
Environment
Operating system: macOS 10.12.1
Browser and version: N/A
The text was updated successfully, but these errors were encountered: