Closed fdciabdul closed 3 years ago
(node:8596) UnhandledPromiseRejectionWarning: Error: The parameter 'app' was not passed in. This may indicate that you are running in node rather than electron.
idk why , but just trying with your example code , and getting error like this
How to fix it ?
Are you running it with electron?
what do you means ? i'm running with windows terminal
You need to run electron instead of node js.
(node:8596) UnhandledPromiseRejectionWarning: Error: The parameter 'app' was not passed in. This may indicate that you are running in node rather than electron.
idk why , but just trying with your example code , and getting error like this
How to fix it ?