gpt4 book ai didi

react-native - 如何修复以代码 1 退出的 Metro Bundler 进程

转载 作者:行者123 更新时间:2023-12-03 15:52:56 25 4
gpt4 key购买 nike

如何修复以代码 1 退出的 Metro Bundler 进程
Metro 'Bundler' 进程退出,代码为 1

Error: Metro  'Bundler' process exited with code 1
at 'ChildProcess' .<anonymous> (C:\@expo\xdl@56.6.0\'src'\Project.ts:1841:16)
at Object.onceWrapper (events.js:300:26)
at ChildProcess.emit (events.js:210:5)
at Process.ChildProcess._ handle.onexit (internal/child_
process.js:272:12)
ERR! code ELIFECYCLE
ERR! err no 1
ERR! @ start: `expo start`
ERR! Exit status 1
ERR!
ERR! Failed at the @ start script.
ERR! This is probably not a problem with npm. There is likely additional logging output above.

ERR! A complete log of this run can be found in:
ERR! C:\Users\Pranav\AppData\Roaming\npm-cache\_logs\2019-11-08T04_33_07_234Z-debug.log

最佳答案

如果您在 Windows 上运行,您可以尝试 github 上此线程中提供的解决方案。

来自 github 的解决方案似乎有效:

Got this issue today on windows, but don't need to downgrade node, just as discussed on stackoverflow just need to change some hashes on your project:

\node_modules\metro-config\src\defaults\blacklist.js

var sharedBlacklist = [
/node_modules[/\\]react[/\\]dist[/\\].*/,
/website\/node_modules\/.*/,
/heapCapture\/bundle\.js/,
/.*\/__tests__\/.*/
];

改成:
var sharedBlacklist = [
/node_modules[\/\\]react[\/\\]dist[\/\\].*/,
/website\/node_modules\/.*/,
/heapCapture\/bundle\.js/,
/.*\/__tests__\/.*/
];

https://github.com/expo/expo-cli/issues/1074

关于react-native - 如何修复以代码 1 退出的 Metro Bundler 进程,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58760712/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com