Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to fix Yarn issue with @babel/preset-env
Locally I get the following > warning Pattern ["@babel/preset-env@^7.16.8"] is trying to unpack in > the same destination > "/Users/jakob/Library/Caches/Yarn/v6/npm-@babel-preset-env-7.16.8-e682fa0bcd1cf49621d64a8956318ddfb9a05af9-integrity/node_modules/@babel/preset-env" > as pattern ["@babel/preset-env@^7.15.6"]. This could result in > non-deterministic behavior, skipping. According to yarnpkg/yarn#4812 this might be caused by Yarn failing to correct a merge conflict in yarn.lock, and we have seen some of those.
- Loading branch information