Skip to content

Removing yarn #19193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Removing yarn #19193

wants to merge 1 commit into from

Conversation

ThomasLandauer
Copy link
Contributor

Page: https://symfony.com/doc/5.4/frontend/encore/advanced-config.html

This is just to check if you really want to drop yarn, as discussed in symfony/ux#1200

If you merge it, I will remove all other occurrences :-)

Page: https://symfony.com/doc/5.4/frontend/encore/advanced-config.html

This is just to check if you really want to drop yarn, as discussed in symfony/ux#1200

If you merge it, I will remove all other occurrences :-)
@carsonbot carsonbot added this to the 5.4 milestone Nov 28, 2023
@javiereguiluz
Copy link
Member

I'm not sure about removing yarn. We haven't discusses about this internally. yarn seems to still be very popular, so I'd keep it.

@javiereguiluz
Copy link
Member

I'm closing this as "won't merge" because we're going to discuss internally about this and then, if we decide to remove yarn, we'll make a big PR removing all occurrences. Thanks.

@ThomasLandauer ThomasLandauer deleted the patch-10 branch December 27, 2023 15:41
OskarStark added a commit that referenced this pull request Dec 28, 2023
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
@ThomasLandauer
Copy link
Contributor Author

Done in #19348

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants