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
minor #19348 Remove yarn commands in front-end docs (javiereguiluz)
This PR was merged into the 5.4 branch.
Discussion
----------
Remove yarn commands in front-end docs
Related to #19193, we discussed internally about this and we decided to remove all `yarn` commands. Reasons:
* Nowadays, `npm` is as good and fast as `yarn`
* Readers without much experience in front-end can just use the `npm` commands that will work because `npm` is bundled with Node.js (no need to install other package managers)
* Readers with lots of experience in front-end can easily adapt the shown `npm` commands to the package manager that they use: yarn, pnpm, bun, etc.
Commits
-------
c33618b Remove yarn commands in front-end docs
0 commit comments