command not found: create-react code example
Example: command not found:create-react-app
npm install -g create-react-app
...then start creating react app
npx create-react-app my-app
npm install -g create-react-app
...then start creating react app
npx create-react-app my-app