cli module not found #189

Closed
opened 2026-01-29 16:33:13 +00:00 by claunia · 2 comments
Owner

Originally created by @hard-rox on GitHub (Jun 28, 2018).

Originally assigned to: @robertmuehsig, @GregorBiswanger on GitHub.

My .csproj file contents are these.

image
But when I enter this command-
dotnet electronize start
Then I got this error. What is the solution?
image

Originally created by @hard-rox on GitHub (Jun 28, 2018). Originally assigned to: @robertmuehsig, @GregorBiswanger on GitHub. My .csproj file contents are these. ![image](https://user-images.githubusercontent.com/20935652/42055336-a7cc8748-7b38-11e8-868f-a4b3206e70fd.png) But when I enter this command- `dotnet electronize start` Then I got this error. What is the solution? ![image](https://user-images.githubusercontent.com/20935652/42055495-23960d4a-7b39-11e8-8b1f-49751ea01d57.png)
claunia added the question label 2026-01-29 16:33:13 +00:00
Author
Owner

@GregorBiswanger commented on GitHub (Jul 22, 2018):

Hi @hard-rox

do you have installed Node.js (8.x or upper)?
do you execute this command in "E:\Projects\ElectronApp\ElectronApp"?

@GregorBiswanger commented on GitHub (Jul 22, 2018): Hi @hard-rox do you have installed Node.js (8.x or upper)? do you execute this command in "E:\Projects\ElectronApp\ElectronApp"?
Author
Owner

@HirenPatelhv commented on GitHub (Jul 26, 2018):

Use command dotnet restore for adding Electron.CLI

@HirenPatelhv commented on GitHub (Jul 26, 2018): Use command `dotnet restore` for adding Electron.CLI
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#189