mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-15 01:24:02 +00:00
53 lines
1.4 KiB
Markdown
53 lines
1.4 KiB
Markdown
|
---
|
||
|
name: Question
|
||
|
about: Ask for help
|
||
|
labels: question
|
||
|
|
||
|
---
|
||
|
|
||
|
<!-- Help us help you, and take the time to fill this information 🙂.
|
||
|
An incomprehensible question is a useless question.
|
||
|
|
||
|
=======================================================
|
||
|
INCOMPREHENSIBLE / INCOMPLETE QUESTIONS WILL BE CLOSED.
|
||
|
=======================================================
|
||
|
-->
|
||
|
|
||
|
**Homework**
|
||
|
|
||
|
- [ ] I looked at `nativefier --help` and https://github.com/jiahaog/nativefier/blob/master/docs/api.md
|
||
|
- [ ] I searched existing issues, open & closed. Yes, my question is new.
|
||
|
- [ ] I'm using the latest version available at https://github.com/jiahaog/nativefier/releases
|
||
|
|
||
|
|
||
|
**Your question**
|
||
|
|
||
|
Your question, expressed clearly and concisely.
|
||
|
|
||
|
|
||
|
**Steps to reproduce**
|
||
|
|
||
|
Give your ***full*** nativefier command, with the ***`--verbose` flag***, on a ***public*** site:
|
||
|
1. Run `nativefier --verbose --some-option https://mysite.com`
|
||
|
2. ...
|
||
|
|
||
|
|
||
|
**Debug info**
|
||
|
|
||
|
If applicable,
|
||
|
|
||
|
- Console logs of your attempted `nativefier` build command, with `--verbose` flag
|
||
|
- Error messages
|
||
|
- Screenshots
|
||
|
- Anything else relevant!
|
||
|
|
||
|
|
||
|
**Context**
|
||
|
|
||
|
- Nativefier: (for example: 9.1.0)
|
||
|
- Node.js: (for example: 14.6.0)
|
||
|
- Npm: (for example: 6.14.7)
|
||
|
- OS: (for example: Windows 10 build 1809)
|
||
|
- Is it a regression? If yes, what's the last working / first broken version?
|
||
|
- Additional context: (for example: "I'm behind a proxy, with configuration X and protocol Y")
|