错误:eperm:不允许操作,scandir' c:/ users/。 。 。 /node_modules/react-native-endater handler/android/
当我运行时: NPX React-Native Run Android
它给出了这样的错误:
错误:EPERM:不允许操作,Scandir'C:/users/。 。 。 /node_modules/react-native-enter-ender handler/android/...
当我运行命令提示时,管理仍会给出相同的错误
When I run:npx react-native run-android
It gives the error like this:
Error: EPERM: operation not permitted, scandir 'C:/Users/ . . . /node_modules/react-native-gesture-handler/android/...
when I ran Command Prompt as administration still giving the same error
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
执行以下步骤
删除
node_modules
文件夹npm install react-native-gesture-handler
在您的
App.js
中导入以下行导入“react-native-gesture-handler”
从
android-> 中删除构建文件夹应用程序->构建
npx react-native run-android
Perform the below steps
remove
node_modules
foldernpm install react-native-gesture-handler
in your
App.js
import the below lineimport 'react-native-gesture-handler'
remove the build folder from
android-> app -> build
npx react-native run-android
由于我的搜索问题,问题是此
react-native-endative-endater handler
,所以 有些时候重新启动您的计算机 该错误将修复,如果不是通过重新启动PC来解决,则 删除之后,重新安装了此依赖性。无需删除node_modules
并重新安装全部,现在问题已解决。卸载:
安装:
As a result of my searches the problem was this
react-native-gesture-handler
, So some time just restart you computer the error will fix, if that is not fix by restarting the PC then uninstalled and after that reinstalled this dependency. no need to removenode_modules
and reinstall all, now the problem fixed.uninstall:
install: