"npx create-react-app my-app" This command create a react application with the NPM package manager by default.
AND
"npx create-react-app my-app --use-yarn" This command does also the same as the above command.
What to do if we want yarn as default when I run the npx command?
Please help me out...
I try both the command which I mentioned in the problem statement.