E:\react\reactApp>npx create-react-app my-app Error: EPERM: operation not permitted, mkdir 'C:\Users\Tushar' command not found: create-react-app code example
Example: npx create app not working eperm operation not permitted mkdir
Try installing it globally first, using the command
npm install -g create-react-app
And then, you can create your app using the command,
npx create-react-app <Name of your app>