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
Do you want to request a feature or report a bug?
Bug
What is the current behavior? Yarn may warn about unmet peer dependencies even if they are installed
If the current behavior is a bug, please provide the steps to reproduce.
yarn add babel-core babel-loader webpack babel-cli
yarn add peter
warning " > babel-loader@7.1.2" has unmet peer dependency "babel-core@6 || 7 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0-rc".
Attaching generated yarn.lock & package.json
Without babel-cli issue is not showing up
What is the expected behavior? No warnings about unmet peer dependencies should be printed, because bable-core is installed, and has version 6.26.0
6.26.0
Please mention your node.js, yarn and operating system version. node: v8.9.0 yarn: 1.3.2 os: macOS 10.13.1
The text was updated successfully, but these errors were encountered:
Example was inspired by issue #4589 (comment)
Sorry, something went wrong.
Duplicate #4743
Yarn isn't noticing when the peer dep is a direct dep from package.json. A fix is being worked on...
Daniel15
No branches or pull requests
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Yarn may warn about unmet peer dependencies even if they are installed
If the current behavior is a bug, please provide the steps to reproduce.
yarn add babel-core babel-loader webpack babel-cli
yarn add peter
warning " > babel-loader@7.1.2" has unmet peer dependency "babel-core@6 || 7 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0-rc".
Attaching generated yarn.lock & package.json
Without babel-cli issue is not showing up
What is the expected behavior?
No warnings about unmet peer dependencies should be printed, because bable-core is installed, and has version
6.26.0
Please mention your node.js, yarn and operating system version.
node: v8.9.0
yarn: 1.3.2
os: macOS 10.13.1
The text was updated successfully, but these errors were encountered: