3

我正在使用开始一个新的 React-Native 项目

世博会 init firstexpo

但我在命令提示符处收到此错误

错误:生成 cmd ENOENT

PS C:\Users\Alex\testing\firstexpo> expo start
[16:21:09] Starting project at C:\Users\Alex\testing\firstexpo
[16:21:11] Expo DevTools is running at http://localhost:19002
[16:21:11] Opening DevTools in the browser... (press shift-d to disable)
Error: spawn cmd ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:232:19)
    at onErrorNT (internal/child_process.js:407:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
PS C:\Users\Alex\testing\firstexpo>

npm 启动错误找不到模块“opn”

[16:38:49] Starting project at C:\Users\Alex\testing\firstexpo
[16:38:52] Expo DevTools is running at http://localhost:19002
[16:38:52] Opening DevTools in the browser... (press shift-d to disable)
[16:38:52] Cannot find module 'opn'
[16:38:52] Set EXPO_DEBUG=true in your env to view the stack trace.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! empty-project-template@ start: `expo start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the empty-project-template@ start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Alex\AppData\Roaming\npm-cache\_logs\2018-11-24T08_38_52_344Z-debug.log

我对编码很陌生,谁能告诉我如何解决这个问题?非常感谢。

降级到 v28

4

3 回答 3

8

我用这个解决了我的错误。"%SystemRoot%\system32;" 在 PATH 变量中。

于 2019-04-02T06:22:01.340 回答
0

1-首先您需要编辑系统环境变量并找到您拥有Windows Poweshell的位置,因此在“系统环境变量路径”中添加新的

在系统环境变量路径中添加 Window Powershell 路径

2-然后以管理员身份打开窗口 PoweShell 并编写以下两个命令:

:) 升级 Window PowerShell,因为您的 nodejs 和 npm 已更新,但 powershell 未更新,因此它与您的 npm start 或 expo start 发生冲突,因此您应该需要升级 windows powershell

升级 Window PowerShell,因为您的 nodejs 和 npm 已更新,但 powershell 未更新,因此它与您的 npm start 或 expo start 冲突,因此您需要升级 windows powershell。

然后运行 ​​Cmd 并运行你的 poject npm start 或 expo start 这么快就可以了!

在此处输入图像描述

祝你好运!

于 2020-09-11T12:24:57.110 回答
0

每次我尝试在 Expo Go 中打开我的应用程序时都会出现此错误。我确实清理了手机中的所有 Expo Go 应用程序数据,并且我的应用程序再次运行。

于 2021-10-30T21:54:42.710 回答