Home > Enterprise >  Not able to create react app using npx create-react-app my-app
Not able to create react app using npx create-react-app my-app

Time:09-22

Not able to create react app using npx create-react-app my-app

CodePudding user response:

It is saying it's an unexpected error, did you try creating React app using 'Yarn'?

CodePudding user response:

Have you tried running your terminal and/or the command as admin? Doing a rudimentary Google search gives a lot of results claiming it has something to do with antivirus software.

  • Related