-
-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignore
with array of regexes causes ENOENT
#557
Comments
What version of Electron Forge is this? Why do you have the Why do you have the |
|
Interestingly, commenting out my
This value for ignore produces the error: |
ignore
with array of regexes causes ENOENT
Unfortunately, I need a minimal testcase. |
The broken behavior is from electron-packager's ignore function. Closing this issue. |
I'm not convinced it's Electron Packager's fault. Try running with |
Maybe a problem w/ passing literal regexp vs. strings-that-compile-to-regexp?
|
@MarshallOfSound I did some debugging and I found out that the You can probably identify how to fix this faster than I can, but if you're too busy, I'll try to find some time to figure out how the function works. |
@malept PR incoming 👍 |
Please describe your issue:
electron-forge package
fails with the following message:Console output when you run
electron-forge
with the environment variableDEBUG=electron-forge:*
. (Instructions on how to do so here). Please include the stack trace if one exists.What command line arguments are you passing?
What does your
config.forge
data inpackage.json
look like?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 thesource of your problem.
I will supply this if the above logs are not enough, please let me know (it's crunch time at work)
Upon inspection, the temp folder contains only:
BUILD README.md
The text was updated successfully, but these errors were encountered: