yarn classic (v1) is no longer maintained. We should migrate to yarn modern (v3) which should ex. improve performance.
https://yarnpkg.com/getting-started/qa#why-should-you-upgrade-to-yarn-modern
https://github.com/yarnpkg/berry/blob/master/CHANGELOG.md
An alternative is moving to pnpm which also works great. Very fast and uses symlinks to dedupe node_modules.
yarn classic (v1) is no longer maintained. We should migrate to yarn modern (v3) which should ex. improve performance.
https://yarnpkg.com/getting-started/qa#why-should-you-upgrade-to-yarn-modern
https://github.com/yarnpkg/berry/blob/master/CHANGELOG.md
An alternative is moving to
pnpmwhich also works great. Very fast and uses symlinks to dedupe node_modules.