mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Electronize start command throws unhandled exception #428
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gugu93 on GitHub (Dec 13, 2019).
Originally assigned to: @robertmuehsig on GitHub.
Hi everybody,
When I want to start simple Electron application I'm getting the following error:
What would be a reason? Why the Electron pointing at location which does not exist like: D:\Code\GitHub\Electron.NET\ElectronNET.CLI\Commands\StartElectronCommand.cs
@Drawserqzez commented on GitHub (Dec 18, 2019):
Might be that you don't have npm installed? I had this issue as well before noticing I didn't have npm installed.
@frogcrush commented on GitHub (Apr 4, 2020):
I'm also having this issue, and I do have npm installed. Interestingly, if I run "electronize start" from the project directory, it works, however using the Visual Studio debug option does not. I'm wondering if the working directory is incorrect for the Visual Studio menu item by default?
@GregorBiswanger commented on GitHub (May 10, 2020):
The Visual Studio debug option is unfortunately a prototype.
https://github.com/ElectronNET/Electron.NET/issues/13
@daxnet commented on GitHub (May 10, 2020):
I am having the exact same issue here, with ElectronNET.CLI Version: 8.31.1.0, even if I run the
electronize startfrom command line.Looks like it is not related to the debug options.