错误:eperm:不允许操作,scandir' c:/ users/。 。 。 /node_modules/react-native-endater handler/android/

发布于 2025-01-20 17:21:47 字数 240 浏览 0 评论 0原文

当我运行时: 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

匿名。 2025-01-27 17:21:47

执行以下步骤

  1. 删除 node_modules 文件夹

  2. npm install react-native-gesture-handler

  3. 在您的 App.js 中导入以下行

    导入“react-native-gesture-handler”

  4. android-> 中删除构建文件夹应用程序->构建

  5. npx react-native run-android

Perform the below steps

  1. remove node_modules folder

  2. npm install react-native-gesture-handler

  3. in your App.js import the below line

    import 'react-native-gesture-handler'

  4. remove the build folder from android-> app -> build

  5. npx react-native run-android

尸血腥色 2025-01-27 17:21:47

由于我的搜索问题,问题是此react-native-endative-endater handler,所以 有些时候重新启动您的计算机 该错误将修复,如果不是通过重新启动PC来解决,则 删除之后,重新安装了此依赖性。无需删除node_modules并重新安装全部,现在问题已解决。

卸载:

npm uninstall react-native-gesture-handler --save

安装:

npm install react-native-gesture-handler --save

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 remove node_modules and reinstall all, now the problem fixed.

uninstall:

npm uninstall react-native-gesture-handler --save

install:

npm install react-native-gesture-handler --save
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文