npx create-react-app v2 Error: EPERM: operation not permitted, mkdir 'C:\Users\Viktor' command not found: create-react-app
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>
Hope this helps :)