0

I was trying to create a react-native app, and ran npx react-native init but an error message Error: EPERM: operation not permitted.

Error: EPERM: operation not permitted, mkdir 'C:\Users\ABIODUN'
command not found: react-native```

1 Answers1

0

Try to close and open you terminal, and startclearing npm cache then, You should use npx react-native init ProjectName to create a new project.

RowanX
  • 1,272
  • 2
  • 14
  • 27