0

When I try to connect to debugging it's showing unable to connect with remote debugger : timeout

This is the url I am trying to access using Chrome

http://localhost:8081/debugger-ui/

In console I am getting the error as :

DeltaDispatcher.js UncaughtSyntax error unexpected token )

 if (!this._initialized && !deltaBundle.reset) {
        throw new Error(
          'DeltaPatcher should receive a fresh Delta when being initialized',
        );

Is there any workaround?

Alex P.
  • 30,437
  • 17
  • 118
  • 169
Ankit Jayaprakash
  • 1,040
  • 3
  • 15
  • 31

2 Answers2

0

Experienced this issue, I deleted Node Modules folder and did npm install again and everything worked fine!

Seyi Daniels
  • 190
  • 2
  • 8
0

If you were working with more than one RN app and just forgot to close the Chrome debug window, do that first and see.

JanithaR
  • 1,094
  • 2
  • 11
  • 23