mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
D:\ElectronNet\ElectronSample\ElectronSample>dotnet electronize init No executable found matching command "dotnet-electronize" #157
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 @himansu-Bhusan93 on GitHub (May 9, 2018).
I got the error after try dotnet electronize init, i followed each step as you mention in previous article ,but i don't get any solution till now. please give me any solution for it.
@R00iBaard commented on GitHub (May 15, 2018):
Hey, did you remember to add the CLI? Add this to your csproj file then Init and start as per normal:
<ItemGroup> <DotNetCliToolReference Include="ElectronNET.CLI" Version="*" /> </ItemGroup>@c4bo3l commented on GitHub (Jun 3, 2018):
Hi, I got same problem here when trying the demo project.
I have tried CMD but still get same error.
In the csproj file, CLI has been added.
@ebuzyuma commented on GitHub (Jul 11, 2018):
Hey,
It also depends on the directory you are running init from.
It should be a project directory, not a solution directory!
That worked in my case.