electron-forge
Version:
A complete tool for building modern Electron applications
46 lines (29 loc) • 1.76 kB
Markdown
<!--
Thanks for filing an issue!
If you have a question, consider searching and asking in other Electron community sites,
so that more people have a chance to help you: https://github.com/electron/electron#community
Specific issues about the templates that are available by default when creating a new
Electron Forge project should be filed in its GitHub repository:
https://github.com/electron-userland/electron-forge-templates
Please check off all of the steps as they are completed by replacing [ ] with [x].
-->
* [ ] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project.
* [ ] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project follows, as appropriate.
* [ ] I have searched the issue tracker for an issue that matches the one I want to file, without success.
**Please describe your issue:**
<!-- For bugs and questions, please answer these questions to the best of your ability. -->
**Console output when you run `electron-forge` with the environment variable `DEBUG=electron-forge:*`. (Instructions on how to do so [here](https://www.npmjs.com/package/debug#usage)). Please include the stack trace if one exists.**
```
Put the console output here
```
**What command line arguments are you passing?**
```
Put the arguments here
```
**What does your `config.forge` data in `package.json` look like?**
```
Paste the config.forge JSON object here
```
**Please provide either a failing minimal testcase (with a link to the code) or detailed steps to
reproduce your problem. Using `electron-forge init` is a good starting point, if that is not the
source of your problem.**