npx create-react-app Please update to Node >=10 and npm >=6 to get supported tools in new projects code example
Example 1: npx create-react-app not working
npm init
npm install create-react-app
npx create-react-app myapp
Example 2: create react app not creating template
if react is installed globally, run this:
npm uninstall -g create-react-app
then run this:
npx create-react-app {directory name}