yarn why <pkg> should list all instances of a package inside the dependency tree #3228
Labels
cat-feature
fixed-in-modern
This issue has been fixed / implemented in Yarn 2+.
good first issue
triaged
Do you want to request a feature or report a bug?
I'd like to call it a bug, might be feature, though 😄
What is the current behavior?
But there are two versions of that dep installed:
(can't really use
yarn list
here because of #1845)If the current behavior is a bug, please provide the steps to reproduce.
See above
What is the expected behavior?
That I'd at least be told the version used in the
why
, but also be told that there are two separate versions installed.Please mention your node.js, yarn and operating system version.
Node@6.10.2, yarn@0.23.2, macos
yarn.lock file in case deps change so the repro becomes invalid: https://gist.github.com/anonymous/7a66c0436ba52792266374c62f14d983
The text was updated successfully, but these errors were encountered: