React-native 陷入依赖图 [英] React-native get stuck at Dependency Graph

查看:53
本文介绍了React-native 陷入依赖图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试从 react-native 开始,我已经安装了所有东西,并开始在我的手机上安装 RSoD 的阶段,它告诉我运行服务器.当我运行 react-native start 时,很多东西都会运行,但是它会卡在 <END>构建依赖关系图,我不知道如何处理它.那么,我怎样才能让它继续下去?

I try to start with react-native, I've installed everything and got to phase where I have RSoD on my phone which is telling me to run server. When i run react-native start lot of things runs, but then it gets stuck at <END> Building Dependency Graph and I have no idea what to do with it. So, how can I make it continue?

推荐答案

依赖关系图的构建可能需要一些时间(大约 1-3 分钟).进度以该行后面的百分比显示;如果百分比消失,你就准备好了.react-native start 命令不会终止,因为它会继续使用 react native 打包程序提供转换后的源代码.如果您有默认设置,您的应用将向提供的网址发出请求.

The building of the dependency graph may take some time (ca 1-3 minutes). The progress is shown by a percentage behind this line; if the percentage disappears you are ready. The react-native start command doesn't terminate, as it continues to serve the transformed source code with the react native packager. Your app will make requests to the provided url if you have the default settings.

这篇关于React-native 陷入依赖图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆