mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
electronize start Exception (Directory not Exists) #548
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 @TheKitro on GitHub (Aug 6, 2020).
Hi
I get an exception after execute: electronize start
I created a Project of Type: ASP.Net Core Webapplication with .Net Core 3.1 an Webapplication Model-View-Controller Style
Added the Electron.net in Nuget.
Then I inserted:
and
No Errors in the Syntax after inserting the usings.
Compiling works but I can't run it.
In the Console I change the Path to the Directory with *.csproj file and run: electronize init
It works
Last I run: electronize start
Then I get the Exception.
It looks like I didn't have the Path: ...\node_modules\.bin
Any Idea?
Best Regards
@TheKitro commented on GitHub (Aug 6, 2020):
Found the Solution. I have to install node.js