-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExtensionLoadWarnings on electron startup #862
Comments
Just created this issue as a PSA. I don't think it's worth trying to workaround ourselves so I labeled wontfix. But if anyone feels differently, feel free to have at it! |
These warnings have gotten more verbose, but it still sounds like there is no reasonable fix. See electron/electron#36545 Re-opened just so we're all aware of the situation. Still seems like a |
Not only do the warnings exist, but the devtools don't work either. I'll remove the extension and we can add it back if the upstream electron issue is resolved. |
Close. |
These warnings are related to loading the react-devtools extension, which was a recent change. There's been a lot of discussion of them and my conclusion was that it's simply not worth the effort to try to silence them. Or rather, the bug is upstream and silencing them would require each of us to jump through some manual hoops in our local filesystem, which I never bothered trying. I should have warned you all though!
MarshallOfSound/electron-devtools-installer#143
https://stackoverflow.com/questions/23918539/extension-installed-from-chrome-webstore-throws-error-package-is-invalid-detai
The text was updated successfully, but these errors were encountered: