Created by: barrenechea
If no --use-npm
is provided, even though the user would want to execute it through npm, create-react-app
would still trigger the usage of yarn (because of the lack on the parameter).
This provides a better example on usage for npm (and so, npx), versus yarn.