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
Testing in v0.24.6 I noticed Yarn's stopped warning or failing if the lockfile is out of date, even with --frozen-lockfile: yarnpkg/yarn#3313.
The --frozen-lockfile flag seems to have broken in a couple of recent releases (yarnpkg/yarn#2538) and in v0.23.3 it was warning but still generating a new lockfile and exiting normally.
The text was updated successfully, but these errors were encountered:
Testing in v0.24.6 I noticed Yarn's stopped warning or failing if the lockfile is out of date, even with
--frozen-lockfile
: yarnpkg/yarn#3313.The
--frozen-lockfile
flag seems to have broken in a couple of recent releases (yarnpkg/yarn#2538) and in v0.23.3 it was warning but still generating a new lockfile and exiting normally.The text was updated successfully, but these errors were encountered: