1

When i try to execute the command "npx create-react-app my-app" Hyper shows error Error:EPERM : Operation not permitted, mkdir comman not found : create react app. Please help me to solve this problem.**

1 Answers1

1

Try this.

npm install -g create-react-app
keshav
  • 135
  • 4