Closed ldong closed 7 years ago
This looks like an interesting problem. Here are a few things we should try:
server/index.js
file called? Can we rule out errors there? Could you wrap the execution of that file with a try / catch block? It's rather difficult to debug code that is not part of this project without access to the code that causes problems. If you can't share the code publicly, you can contact me on the Ember Community Slack.
Hi,
We have a customized server/index.js which invokes an express server and listen to that. Run
ember electron
I got the following error.No Desktop App was spawned, and I could open a localhost on port 9999.
Please help.