MarshallOfSound / electron-devtools-installer

An easy way to ensure Chrome DevTools extensions into Electron
MIT License
1.11k stars 136 forks source link

updated vuejs3 new extention version #239

Open A1Gard opened 1 year ago

A1Gard commented 1 year ago

We have problem in new vue-router versions:

vue-router.mjs:2541 [Vue Router]: You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html.

BTW after open vue-dev-tools then, vue-router not work anymore.

vue-router.mjs:2614 Uncaught (in promise) TypeError: api.now is not a function
    at vue-router.mjs:2614:31
    at vue-router.mjs:3445:37
    at Array.forEach (<anonymous>)
    at triggerError (vue-router.mjs:3445:18)
    at vue-router.mjs:3173:17

So we need to update extention

DenisTHEVENOT commented 1 year ago

Hello, I have the same problem !

For your information, I made the change to the ID directly in my /node_modules/electron-devtools-installer/dist/index.js file (just like in A1Gard's commit) and it works perfectly. image

A1Gard commented 1 year ago

hey @MarshallOfSound

Could you accept or reject it?

Otherwise we have to make new package :(

major697 commented 1 year ago

@DenisTHEVENOT If enybody want id: nhdogjmejiglipccpnnnanhbledajbpd

kenny-reyes commented 1 year ago

@DenisTHEVENOT If enybody want id: nhdogjmejiglipccpnnnanhbledajbpd

Verified. That is the actual ID

akshayitzme commented 1 year ago

hey @MarshallOfSound

Could you accept or reject it?

Otherwise we have to make new package :(

hi @MarshallOfSound , any update on this ?