keplergl / kepler.gl

Kepler.gl is a powerful open source geospatial analysis tool for large-scale data sets.
http://kepler.gl
MIT License
10.43k stars 1.75k forks source link

[Bug] Update developer guide to Yarn 4 #2614

Open birkskyum opened 3 months ago

birkskyum commented 3 months ago

After

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

Also, it seems like yarn really like to use Corepack, so maybe the volta has become redundant.

ibgreen commented 3 months ago

@birkskyum Thanks for reporting!

FWIW - We have a very big backlog of documentation updates. If the corrections are obvious, any PRs not matter how small are super welcome :)