electron-devtools-installer icon indicating copy to clipboard operation
electron-devtools-installer copied to clipboard

An easy way to ensure Chrome DevTools extensions into Electron

Results 82 electron-devtools-installer issues
Sort by recently updated
recently updated
newest added

On Mac M1 OS Ventura when used installer I am getting the following error "electron-devtools-installer": "^3.2.0", "electron": "23.1.1" ``` (node:75950) ExtensionLoadWarning: Warnings loading extension at /Users/user/Library/Application Support/app/extensions/fmkadmapgofadopljbjfkapdkoienihi: Permission 'scripting' is...

> [!IMPORTANT] > This is an upstream issue, see https://github.com/electron/electron/issues/41613 Hi all, Thanks for the repo, it is quite straight forward to setup. However, I can't get the tools to...

Declaration files are already created. I only added certain changes to the `package.json`, following [TypeScript documentation](https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html).

My app doesn't use the default session, and electron doesn't seem to expose a way to change `session.defaultSession`, so I needed some way to specify which one to use when...

I am unable to use the devtools. After building my application I receive the following in my CLI: ``` Vue Devtools failed to install: Error: Invalid header: Does not start...

Error: ``` Installing extensions... TypeError: invalid options argument at optsArg (webpack-internal:///8520:13:11) at mkdirp (webpack-internal:///706:11:10) at eval (webpack-internal:///4228:21:49) at eval (webpack-internal:///6546:79:20) at Array.map () at eval (webpack-internal:///6546:73:40) at callHanler (webpack-internal:///6368:719:16) at...

### Issue Details * **Electron Version:** * 11.2.0 * **Operating System:** * Windows 20H2 * **Last Known Working Electron version:** * 11.1.1 ### Expected Behavior Using the latest Electron 11.2.0...

This PR makes it possible to install devtools for non-default sessions

Following the install directions: ``` npm install electron-devtools-installer --save-dev ``` Works like a charm. However, when we built our electron app in production mode, then we get the following error...