I have two working laptops, one is a mac and one is a windows. If I do a yarn install on mac, it generates a v2 lockfile. If I do a yarn install on windows, it regenrates the lock file into a v1 file.
Any ideas to fix this?
These are my files.
.yarnrc.yml
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.2.3.cjs
.yarn folder
Please let me know if you need any more details and I'll be happy to share.