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
Since #3106, yarn autocorrect the lockfile in some cases.
I was expecting that using --frozen-lockfile would fail in that case, since it means modifying the lockfile.
--frozen-lockfile
I suppose that check should fail too, as well as --pure-lockfile…
--pure-lockfile
The text was updated successfully, but these errors were encountered:
By the way, there is a typo (ignoring) in the warning message:
warning Lockfile has incorrect entry for "typescript@>=2.0.0 <2.3.0". Ingoring it.
Sorry, something went wrong.
duplicate #3313
No branches or pull requests
Since #3106, yarn autocorrect the lockfile in some cases.
I was expecting that using
--frozen-lockfile
would fail in that case, since it means modifying the lockfile.I suppose that check should fail too, as well as
--pure-lockfile
…The text was updated successfully, but these errors were encountered: