简体   繁体   English

expo 弹出错误 - 系统找不到指定的路径

[英]expo eject error - the system cannot find the path specified

I am trying to run the expo eject command in my project directory, the command seems to work fine up until it gets to the "Applying iOS configuration" stage.我正在尝试在我的项目目录中运行expo eject命令,该命令似乎工作正常,直到它进入“应用 iOS 配置”阶段。

At the point, it provides me with the following error and abandons the expo ejecting process;此时,它为我提供了以下错误并放弃了 expo 弹出过程;

The system cannot find the path specified.该系统找不到指定的路径。 spawn /bin/cp ENOENT spawn /bin/cp ENOENT

Error: spawn /bin/cp ENOENT at notFoundError

(C:\\Users\*\\AppData\\Roaming\\npm\\node\_modules\\expo-cli\\node\_modules\\cross-spawn\\lib\\enoent.js:6:26) at verifyENOENT (C:\\Users\*\\AppData\\Roaming\\npm\\node\_modules\\expo-cli\\node\_modules\\cross-spawn\\lib\\enoent.js:40:16) at ChildProcess.cp.emit (C:\\Users\*\\AppData\\Roaming\\npm\\node\_modules\\expo-cli\\node\_modules\\cross-spawn\\lib\\enoent.js:27:25) at Process.ChildProcess.\_handle.onexit (internal/child\_process.js:272:12)

Maybe updating your expo-cli may fix it也许更新您的 expo-cli 可能会解决它

npm install -g expo-cli

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 IE8:当系统访问window.localStorage时“系统找不到指定的路径”错误 - IE8: “The system cannot find the path specified” error when acessing window.localStorage 本地存储IE10。 该系统找不到指定的路径 - localStorage IE10. The system cannot find the path specified 该系统找不到指定的路径。 内部/模块/cjs/loader.js:834 - The system cannot find the path specified. internal/modules/cjs/loader.js:834 TRACKER:错误TRK0005:找不到:“CL.exe”。 该系统找不到指定的文件 - TRACKER : error TRK0005: Failed to locate: “CL.exe”. The system cannot find the file specified 尝试运行PowerShell脚本时出现“系统找不到指定的文件” - “System cannot find the file specified” when trying to run PowerShell script Expo 命令抛出“错误:找不到模块‘minizlib’” - Expo commands throwing "Error: Cannot find module 'minizlib'" 如何修复:系统找不到指定的文件-与JS相关的.reduce() - How to fix: The system cannot find the file specified - .reduce() in JS relevant Expo 从管理弹出到裸不工作 - Expo eject from managed to bare not working 我可以在 expo 弹出后使用 expo 包吗 - Can I use expo packages after expo eject 反应本地博览会找不到模块'minizlib' - react native expo Cannot find module 'minizlib'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM