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