'create-react-app' is not recognized as an internal or external command
I solved the problem by adding C:\Users\ugur\AppData\Roaming\npm
to windows PATH variable.
Try with this npx create-react-app my-app
I solved the problem by adding C:\Users\ugur\AppData\Roaming\npm
to windows PATH variable.
Try with this npx create-react-app my-app