You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
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.The text was updated successfully, but these errors were encountered: