As I attempt to transition my web application into a desktop application using electron, I have encountered an issue. After creating the package.json, main.js, and executing the electron .
command, all seems well until an error arises:
ReferenceError: Flow is not defined
I am utilizing ng-flow in this process.
Interestingly, everything functions smoothly when accessed through a web browser, with no issues arising from other imported packages. Are there specific considerations I need to keep in mind when importing packages while developing an electron application?
script src="..."