getstation / electron-chrome-extension

Implementation of Chrome extension APIs for Electron
139 stars 26 forks source link

Missing module '@electron/internal/browser/ipc-main-internal' #55

Closed kierandrewett closed 5 years ago

kierandrewett commented 5 years ago

Hi there. Recently found this and decided to try it out. Ran the application and I got this error. @electron/internal/browser/ipc-main-internal, I then tried to npm i it, however got this error Could not install from "@electron\internal\browser\ipc-main-internal" as it does not contain a package.json file.

magne4000 commented 5 years ago

Hi @EnderDev, what version of this package and what version of Electron are you using?

kierandrewett commented 5 years ago

Package: ^3.0.0, Electron: 7.0.0-nightly.20190721

magne4000 commented 5 years ago

We haven't tested this package with 6.x nor 7.x yet, there could have been some breaking changes. The currently supported version is the 5.x branch of Electron.

kierandrewett commented 5 years ago

Ok