k0pernikus / yarn-bug-install-force

Reproducing the issue of `yarn install --force` not updating the `yarn.lock` file.

Home Page:https://github.com/yarnpkg/yarn/issues/4570

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug

yarn install # => error as expected
yarn install --force # succeeds, but does not overwrite yarn.lock

About

Reproducing the issue of `yarn install --force` not updating the `yarn.lock` file.

https://github.com/yarnpkg/yarn/issues/4570