Watcher花了很长时间来加载(NodeWatcher)
我正尝试在我的手机中运行已建好的应用程序。 当我使用“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位系统的任何“Watchman”版本。 由于这个问题,我在手机中安装我的应用后出现以下错误
Reference Error: Can't find varaible: __fbBatchedBridge
编辑:现在我已经升级我的系统到64位的Windows8。 但是我仍然无法安装守望者。
我只是想帮助你,所以我认为你需要重新安装你的看守,因为我的wachman也出现了问题,我重新安装了解决方案,并且我的程序返回
我希望这个答案可以帮助你:)
改变这个通过我的测试窗口
node_modulesreact-nativepackagerreact-packagersrcFileWatcherindex.js line 17 MAX_WAIT_TIME to 50000 or higher
可能是这可以帮助你
您可以尝试编辑来自react-native打包程序的文件
node_modulesreact-nativepackagerreact-packagersrcFileWatcherindex.js
将第17行MAX_WAIT_TIME更改为60000。
更多在这里
链接地址: http://www.djcxy.com/p/39957.html上一篇: Watcher took too long time to load(NodeWatcher)
下一篇: Why is my full screen webview constantly closing immediately after opening?