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
simply putting 'npx' in front of the command will solve this if you are running older version of node.
try this and it will work fine.
npx create-react-app [yourProjectName]