We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to build en electron-forge (electron-compile) project with builder on Windows. Build without error but the .exe fails to open with this error:
SyntaxError: unexpected token import
I prepared a reproduction repo here: https://github.com/getstation/forge-builder-example The screenshot is coming from this example.
# on windows git clone https://github.com/getstation/forge-builder-example npm install . npm run pack # open the .exe in /dist
The text was updated successfully, but these errors were encountered:
Looking at the difference in the app.asar (after extraction) between Mac and Windows, it looks like the .cache on Windows is not populated correctly:
app.asar
.cache
Whereas on mac (where I see no error):
Sorry, something went wrong.
@develar have you had a chance to investigate this one?
If not, how can I help you? Do you have a hint where I should start looking?
89a55ee
19.6.3
Successfully merging a pull request may close this issue.
Trying to build en electron-forge (electron-compile) project with builder on Windows. Build without error but the .exe fails to open with this error:
SyntaxError: unexpected token import
I prepared a reproduction repo here: https://github.com/getstation/forge-builder-example The screenshot is coming from this example.
The text was updated successfully, but these errors were encountered: