ThorstenHans / ama

Ask me Anything - Keep questions and answers organized
https://www.xplatform.rocks
0 stars 0 forks source link

Augury on electron #4

Open x1unix opened 7 years ago

x1unix commented 7 years ago

Hello, I have a local angular (4.1.3) app on electron . I've installed Augury (1.14) by following your guide but components tree on Augury tab is empty.

ThorstenHans commented 7 years ago

is the ng app in prod mode perhaps?

x1unix commented 7 years ago

@ThorstenHans, no. App is in dev mode and without AOT

dreamdevil00 commented 7 years ago

hi. I also have the problem

I tested it with angular-electron Just run npm start

The electron version is 1.7.6 and augury is 1.14.0 angular is 4.4.3

But when I click the augury in dev tools, it is blank in it and in my vscode console it shows

[7800:0927/235750.786:ERROR:CONSOLE(1)] "Uncaught SyntaxError: Unexpected token t in JSON at position 2", source: chrome-extension://au
gury/frontend.html (1)

It's so strange. Please help me. Thanks a lot.