You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - I have an app which bundles properly if I run electron . But using the interactive packager with epi builds successfully, but then when I run the app, I get the attached error:
Any idea what is happening here?
The text was updated successfully, but these errors were encountered:
@heaversm looks like you're using es6 on your app, am I correct ? Do you transpile the code before building the app ? I actually haven't tried to run an electron app without transpiling the code with babel. What version of electron are you using ? Have you try changing the electron version on the epi cli with the one in your local machine ?
Hi - I have an app which bundles properly if I run
electron .
But using the interactive packager withepi
builds successfully, but then when I run the app, I get the attached error:Any idea what is happening here?
The text was updated successfully, but these errors were encountered: