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
from yarn v4.3, when I run yarn it reports many pee-dependencies-missing warnings while for v4.2 it didn't
yarn
I created a repo as an example: https://github.com/indooorsman/yarn-peers-warning/tree/main , to reproduce:
cd yarn-4-4 && yarn
System: OS: macOS 14.3.1 CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz Binaries: Node: 20.16.0 - /private/var/folders/qd/qpdt2c0s2yn3cgyy8zww0w240000gn/T/xfs-5e6bf657/node Yarn: 4.4.0 - /private/var/folders/qd/qpdt2c0s2yn3cgyy8zww0w240000gn/T/xfs-5e6bf657/yarn npm: 10.8.1 - ~/Library/Caches/fnm_multishells/66866_1722825057287/bin/npm pnpm: 9.1.2 - ~/Library/pnpm/pnpm
No response
The text was updated successfully, but these errors were encountered:
Not reporting a peer warning in this case was a bug that was fixed in 4.3.0. See #6364.
You need a dev dependency on react in package-a
react
package-a
Sorry, something went wrong.
No branches or pull requests
Self-service
Describe the bug
from yarn v4.3, when I run
yarn
it reports many pee-dependencies-missing warnings while for v4.2 it didn'tTo reproduce
I created a repo as an example: https://github.com/indooorsman/yarn-peers-warning/tree/main , to reproduce:
cd yarn-4-4 && yarn
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: