Time:01-24
I am following the make react app as per these instructions
CodePudding user response:
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
Page link:https//www.codepudding.com/Enterprise/274218.html