Open fflaten opened 1 year ago
IIRC the generated docusaurus default used yarn back in the old days.
Currently that default docusaurus generated site uses npm
and I have always just chosen to stick close to the generated defaults but... I have no preference, I think all three should do the job. Whatever you feel works best.
Leaving this decision to you and Jakub. I'm mostly a content writer here so as long as devcontainer is maintained I'm good either way. Just a suggestion on my part, but not something we need to do :)
Netlify supports all AFAIK.
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.