D:\ElectronNet\ElectronSample\ElectronSample>dotnet electronize init No executable found matching command "dotnet-electronize" #157

Closed
opened 2026-01-29 16:32:35 +00:00 by claunia · 3 comments
Owner

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.

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.
Author
Owner

@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>

@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>`
Author
Owner

@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.

@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.
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#157