React native EPERM:不允许操作

React native EPERM:不允许操作,react-native,npm,npx,React Native,Npm,Npx,我试图创建一个react本机应用程序,并运行了npx react本机init,但出现错误消息error:EPERM:operation not allowed Error: EPERM: operation not permitted, mkdir 'C:\Users\ABIODUN' command not found: react-native``` 尝试关闭并打开终端,然后开始搜索npm缓存, 您应该使用npx react native init ProjectName创建一个新项目

我试图创建一个react本机应用程序,并运行了npx react本机init,但出现错误消息error:EPERM:operation not allowed

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

尝试关闭并打开终端,然后开始搜索npm缓存, 您应该使用
npx react native init ProjectName
创建一个新项目