When creating a React app, I get an EPERM: Operation not allowed, mkdir 'my-app' error
P粉520545753
P粉520545753 2023-09-08 11:07:01
0
1
690

I am trying to create a React application but when I use npx create-react-app myapp it shows Eperm error and when I use npm install -g create-react- ApplicationDisplay npm funds. I tried to solve it by reinstalling node js but without success.

P粉520545753
P粉520545753

reply all(1)
P粉946437474

First install globally create-react-app, for example:

npm install -g create-react-app

You can then create your application, for example:

npx create-react-app myapp
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template