I just found this project (and Electron in general) and find it could be really great with a legacy application migration we're planning... and we're all .Net developers which makes this even better.
The trouble I have is I'm unable to run an executable on Windows.
I'm able to start the app through dotnet electronize start. that works just fine.
I'm using the command dotnet electronize /target win to generate the executable, and I get prompted with an error: "Cannot find module 'detect-port'". The error has an ok button, and when I click it nothing happens next. Also - the exe remains running which I didn't noticed until I had plenty running.
Thanks.
I just found this project (and Electron in general) and find it could be really great with a legacy application migration we're planning... and we're all .Net developers which makes this even better.
The trouble I have is I'm unable to run an executable on Windows.
I'm able to start the app through dotnet electronize start. that works just fine.
I'm using the command dotnet electronize /target win to generate the executable, and I get prompted with an error: "Cannot find module 'detect-port'". The error has an ok button, and when I click it nothing happens next. Also - the exe remains running which I didn't noticed until I had plenty running.
Thanks.