-
## Summary
-
### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct]…
-
I've tried to install along with [electron-react-boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate) then got this error
```
npm install react-desktop --save
…
-
## Prerequisites
- [x] Using npm
- [x] Using an up-to-date [`main` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/main)
- [x] Using latest version o…
-
Hello.
I recently tried this boilerplate to start developing an app with Electron-Vite and React.
However, it seems to be configured differently than the vanilla boilerplate, it does not use Ele…
-
when I code this
```
import { dialog } from 'electron';
```
or
```
const { dialog } = require('electron');
```
it will show this wrong like this:
what's the config should I …
-
## Prerequisites
- [ ] Using npm
- [ ] Using an up-to-date [`main` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/main)
- [ ] Using latest version of devtoo…
-
## Prerequisites
- [x] Using npm
- [x] Using an up-to-date [`main` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/main)
- [ ] Using latest version o…
-
https://stackoverflow.com/questions/47597283/electron-package-reduce-the-package-size
https://github.com/electron-react-boilerplate/electron-react-boilerplate
-
Hello, i had an old project that i wanted to update from electron 18 to the latest 23, i noticed that it fails when there are those lines in my `package.json` under `release/app`.
```
"dependenci…