You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
bug
What is the current behavior? yarn --flat sees a version conflict where there is none (in >=0.27.0).
If I have package A that requires 'left-pad@>=1.0.1" and package B that requires both A and "[email protected]", and install package B with yarn --flat there is a conflict.