-
Im packaging my electron app using electron-builder and when I ship this to other devices and run it, i get this error:
![thumbnail_image](https://github.com/user-attachments/assets/5ee913cb-c2b1-4fa…
-
#### Binding the Knex as Global Object of Vue.
##### The workaround i did.
I just installed sqlite3, knex and`electron-rebuild` (to rebuild the native sqlite3 dependancy). Then i attached the knex…
-
### Please tell us about your environment:
- _`winston` version?_
- [ ] `winston@2`
- [x] **`winston@3`**
- _`node -v` outputs:_
```
C:\Users\path-to-project>node -v
v15.14.0
```
- …
-
### Preflight Checklist
* [x] I have read the [contribution documentation](https://github.com/electron/electron-packager/blob/main/CONTRIBUTING.md) for this project.
* [x] I agree to follow the …
-
In macOS 12.3, Apple removed Python 2. electron-builder v23.0.0 added Python 3 support to resolve the issue. However, electron-universal now fails to package the universal app.
Full Error Message:
…
-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of cond…
-
I've seen a few other issue reports along these lines, but none that seem to address my situation specifically.
When attempting to code-sign my (development) app using electron-packager, I see:
…
joanx updated
2 years ago
-
INFO Building app with electron-builder:
• electron-builder version=22.14.13 os=21.3.0
• writing effective config file=dist_electron/builder-effective-config.yaml
• packaging platfo…
-
在官网上下载的node ;npm版本6.9.0,用的树莓派3B+设备报了下面的错误,是依赖不支持arm7l么,有什么办法解决么
Configuring yargs through package.json is deprecated and will be removed in the next major release, please use the JS API instead.
C…
-
Installed Electron packager and Added packager cmd in package.json file
Started npm run package ,
package successfully created ,
But when i start the app, it says some main.js error !
Can…