When I run meta yarn install, the yarn.lock is getting changed. I also tried meta exec yarn install and I got the same problem. When I cd to the repository and run yarn install, the yarn.lock is not modified. We suspect this might be an issue with the version of yarn. Our projects are using yarn v4 and when I execute meta exec yarn --version, I get 2.2.5.
🐛 Bug Report
When I run
meta yarn install
, the yarn.lock is getting changed. I also triedmeta exec yarn install
and I got the same problem. When I cd to the repository and runyarn install
, the yarn.lock is not modified. We suspect this might be an issue with the version of yarn. Our projects are using yarn v4 and when I executemeta exec yarn --version
, I get2.2.5
.To Reproduce
Steps to reproduce the behavior:
meta yarn install
Expected behavior
The yarn.lock should not change.