Akbar-Rouzi
Results
2
comments of
Akbar-Rouzi
I had this same issue but now found a solution and I think this is the simplest way to do it. go to path : `C:\Users\_YOUR USER NAME HERE_\AppData\Roaming\` and...
Run this command `npm uninstall -g create-react-app`. the command above help you add **npm** folder to the path `C:\Users\_YOUR USER NAME HERE_\AppData\Roaming\npm` then `npx create-react-app my-app` should work. That worked...