mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
cli module not found #189
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 @hard-rox on GitHub (Jun 28, 2018).
Originally assigned to: @robertmuehsig, @GregorBiswanger on GitHub.
My .csproj file contents are these.
But when I enter this command-
dotnet electronize startThen I got this error. What is the solution?
@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"?
@HirenPatelhv commented on GitHub (Jul 26, 2018):
Use command
dotnet restorefor adding Electron.CLI