Closed
Description
Is there any reason to favor yarn
over npm
command lines in webpack encore documentation?
Some examples in the documentation are only available with yarn command and the installation example with npm is in the section "for non Symfony applications" so people may think that installing yarn is required when using Symfony.
I dont know if the documentation website supports it for command lines, but I think it could be nice to have all examples in both npm & yarn using the same tab feature we can see on some other pages (to switch between annotations, YAML, XML, ...)
And maybe display npm by default, because this is the tool required to install. Yarn is optional.