create react app now uses yarn code example
Example 1: create react app with npm not yarn
npx create-react-app my-app --use-npm
Example 2: Create React App command
npx create-react-app hello-world
cd hello-world && npm start
npx create-react-app my-app --use-npm
npx create-react-app hello-world
cd hello-world && npm start