错误:Eperm:不允许操作,Scandir

发布于 2025-01-17 11:43:56 字数 1098 浏览 0 评论 0原文

请我运行一个反应本地项目 但是,当我运行NPX React-Native Run Android命令时,我在下面得到错误,

error EPERM: operation not permitted, scandir 'C:/Users/REO/AppData/Local/Application Data'.
Error: EPERM: operation not permitted, scandir 'C:/Users/REO/AppData/Local/Application Data'
    at Object.readdirSync (node:fs:1381:3)
    at GlobSync._readdir (C:\Users\REO\node_modules\glob\sync.js:285:46)
    at GlobSync._readdirInGlobStar (C:\Users\REO\node_modules\glob\sync.js:264:20)
    at GlobSync._readdir (C:\Users\REO\node_modules\glob\sync.js:273:17)
    at GlobSync._processReaddir (C:\Users\REO\node_modules\glob\sync.js:134:22)
    at GlobSync._process (C:\Users\REO\node_modules\glob\sync.js:129:10)
    at GlobSync._processGlobStar (C:\Users\REO\node_modules\glob\sync.js:377:10)
    at GlobSync._process (C:\Users\REO\node_modules\glob\sync.js:127:10)
    at GlobSync._processGlobStar (C:\Users\REO\node_modules\glob\sync.js:380:10)
    at GlobSync._process (C:\Users\REO\node_modules\glob\sync.js:127:10)
info Run CLI with --verbose flag for more details.

请有人指出解决方案。.我到处搜索,但没有找到解决方案

please I am running a react native project
but when I run the npx react-native run-android command, I get the error below

error EPERM: operation not permitted, scandir 'C:/Users/REO/AppData/Local/Application Data'.
Error: EPERM: operation not permitted, scandir 'C:/Users/REO/AppData/Local/Application Data'
    at Object.readdirSync (node:fs:1381:3)
    at GlobSync._readdir (C:\Users\REO\node_modules\glob\sync.js:285:46)
    at GlobSync._readdirInGlobStar (C:\Users\REO\node_modules\glob\sync.js:264:20)
    at GlobSync._readdir (C:\Users\REO\node_modules\glob\sync.js:273:17)
    at GlobSync._processReaddir (C:\Users\REO\node_modules\glob\sync.js:134:22)
    at GlobSync._process (C:\Users\REO\node_modules\glob\sync.js:129:10)
    at GlobSync._processGlobStar (C:\Users\REO\node_modules\glob\sync.js:377:10)
    at GlobSync._process (C:\Users\REO\node_modules\glob\sync.js:127:10)
    at GlobSync._processGlobStar (C:\Users\REO\node_modules\glob\sync.js:380:10)
    at GlobSync._process (C:\Users\REO\node_modules\glob\sync.js:127:10)
info Run CLI with --verbose flag for more details.

Please can someone point out a solution..I've searched everywhere and haven't found a solution

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

怀里藏娇 2025-01-24 11:43:56

遇到了类似的问题

Error: EPERM: operation not permitted, scandir 'C:\Config.Msi' 

我在尝试使用 EAS 进行博览会构建时

。卸载然后重新安装节点为我解决了这个问题。

https://nodejs.org/en/

I had a similar issue with

Error: EPERM: operation not permitted, scandir 'C:\Config.Msi' 

while trying to do an expo build using EAS.

Uninstalling and then reinstalling node fixed the issue for me.

https://nodejs.org/en/

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