I noticed some guides are broken. I.e. in the DEVELOPERS.md there is a step like
yarn global add puppeteer
It gives this error:
➜ yarn global install puppeteer
Usage Error: The 'yarn global' commands have been removed in 2.x - consider using 'yarn dlx' or a third-party plugin instead
After
2610
I noticed some guides are broken. I.e. in the DEVELOPERS.md there is a step like
yarn global add puppeteer
It gives this error:
Also, it seems like yarn really like to use Corepack, so maybe the volta has become redundant.