es-toolkit icon indicating copy to clipboard operation
es-toolkit copied to clipboard

Backwards compatibility with yarn 1.x.x

Open saul-atomrigs opened this issue 4 months ago • 2 comments

Hello,

Situation

I forked, cloned and ran yarn in the root workspace but I got this error:

Captura de pantalla 2024-10-17 a las 2 41 42 p  m

Solution

It turns out, yarn 1.x.x still requires to have "private": true field in the root package.json (https://classic.yarnpkg.com/lang/en/docs/workspaces/#toc-how-to-use-it). Indeed, I added it and successfully installed the dependencies. Captura de pantalla 2024-10-17 a las 2 44 39 p  m

Proposal

Can I open a pull request with this change? If there's another way, please let me know!

saul-atomrigs avatar Oct 17 '24 05:10 saul-atomrigs