-
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
Dependency warnings when using create-react-app #4342
Comments
I'm seeing this as well on a lot of repos as well especially monorepos (some with workspaces), as far as I can tell the errors from yarn are incorrect. |
I'll look into this. |
Also seeing this with eslint: |
+1 |
I've receive the same warning installing gulp |
Having this issue as well! Reading the logs they are clearly incorrect my app has rxjs@^5.0.1 installed but it complains for every package that I miss it for example. |
Facing same issue when installing new package. |
Merging this into #4433 since the report is more comprehensive. |
yarn 1.0.1
node 6.11.2
Installing
react-scripts
(or making a React app viacreate-react-app
) spits out a ton of dependency warnings. This didn't occur in yarn 0.x.The text was updated successfully, but these errors were encountered: