当我尝试连接调试时,显示unable to connect with remote debugger : timeout
这是我尝试使用Chrome访问的网址
http://localhost:8081/debugger-ui/
在控制台中,我得到的错误是:
DeltaDispatcher.js UncaughtSyntax error unexpected token )
if (!this._initialized && !deltaBundle.reset) {
throw new Error(
'DeltaPatcher should receive a fresh Delta when being initialized',
);
有什么解决方法吗?
答案 0 :(得分:0)
遇到此问题,我删除了Node Modules文件夹,并再次安装了npm,一切正常!
答案 1 :(得分:0)
如果您使用多个RN应用程序,而只是忘记关闭Chrome调试窗口,请先执行该操作,然后查看。