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
Yarn would try to optimize it and use the highest compatible resolution everywhere, specifically after yarn install the lockfile will be optimized into
And the packages will be installed 6.23 everywhere.
What is the expected behavior?
Yarn should respect yarn.lock that was generated earlier to achieve installation determinism.
Otherwise people will get unexpected changes to installation tree.
Please mention your node.js, yarn and operating system version.
Yarn 0.26
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
feature
What is the current behavior?
If yarn.lock has this entry
Yarn would try to optimize it and use the highest compatible resolution everywhere, specifically after yarn install the lockfile will be optimized into
And the packages will be installed 6.23 everywhere.
What is the expected behavior?
Yarn should respect yarn.lock that was generated earlier to achieve installation determinism.
Otherwise people will get unexpected changes to installation tree.
Please mention your node.js, yarn and operating system version.
Yarn 0.26
The text was updated successfully, but these errors were encountered: