我正在尝试在我的手机中运行已经构建的应用程序。当我使用“react-native start”代码启动应用程序时,它会在一段时间后返回以下错误消息
ERROR Watcher took too long to load (NodeWatcher)
Error: Watcher took too long to load (NodeWatcher)
at Timeout._onTimeout (index.js:99:16)
at ontimeout (timers.js:386:14)
at tryOnTimeout (timers.js:250:5)
at Timer.listOnTimeout (timers.js:214:5)
我正在使用 Windows 7(32 位)。我没有找到任何适用于 Windows 7 32 位系统的“守望者”版本。由于这个问题,我在手机中安装我的应用程序后出现以下错误
Reference Error: Can't find varaible: __fbBatchedBridge
编辑:现在我已经将我的系统升级到 64 位的 windows8。但我仍然无法安装守望者。