Closed breekoy closed 4 years ago
SOLVED! Apparently, this is not an issue with this repo but an issue with the chrome version i'm having. It's too old to work with latest version of vue devtools extension specifically the Chrome 58 that ships with my electron 1.7.2. Also I found out that the last version of chrome where the latest vue devtools is working is chrome 60. So I tried upgrading the electron to v2.0.0 which ships with chrome 61 and it works! Now i'll do incremental updates with electron version since 2.0.0 is still too old.
I can't view vue devtools. It's just a blank page.
Open devtools, click Vue tab.
also my terminal returns these errors:
UPDATE: tried to downgrade to node
v10.16.0
and npmv6.9.0
since these are the versions currently installed in my other machine (linux) which the vue devtools works. Unfortunately, still not working on my mac. 😢