I am trying to set up react app using create-react-app command on windows pc. I already used it on my mac computer, and it works well. But I encounter a problem. Here my ste
I solved the problem by uninstalling create-react-app:
npm uninstall create-react-app
then install with the following command:
npm install -g create-react-app