Error in CLI dotnet electronize start #152

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

Originally created by @vbmanuel22 on GitHub (Apr 26, 2018).

Hi, Can you please help me why I am encountering this error when i run dotnet electronize start. Please see attached file. Many thanks!
test23

Originally created by @vbmanuel22 on GitHub (Apr 26, 2018). Hi, Can you please help me why I am encountering this error when i run dotnet electronize start. Please see attached file. Many thanks! ![test23](https://user-images.githubusercontent.com/38751593/39296391-5f8e01ba-4973-11e8-9282-d90432fbe2c0.PNG)
Author
Owner

@vbmanuel22 commented on GitHub (Apr 27, 2018):

After i cleared nugget cache and create a new test project. This is what I encounter when dotnet electronize start.

image

@vbmanuel22 commented on GitHub (Apr 27, 2018): After i cleared nugget cache and create a new test project. This is what I encounter when dotnet electronize start. ![image](https://user-images.githubusercontent.com/38751593/39351532-658f9c38-4a34-11e8-9f03-551f4f11c5fe.png)
Author
Owner

@robertmuehsig commented on GitHub (Apr 27, 2018):

Can you open a command prompt and enter "npm"? It seems it is not installed on your machine (see first screenshot "npm is not recognized")

@robertmuehsig commented on GitHub (Apr 27, 2018): Can you open a command prompt and enter "npm"? It seems it is not installed on your machine (see first screenshot "npm is not recognized")
Author
Owner

@vbmanuel22 commented on GitHub (Apr 27, 2018):

Hi Robert,

This is what i get after doing what you said 'npm' is not recognized as an internal or external command,
operable program or batch file. How can I install it?

@vbmanuel22 commented on GitHub (Apr 27, 2018): Hi Robert, This is what i get after doing what you said 'npm' is not recognized as an internal or external command, operable program or batch file. How can I install it?
Author
Owner

@robertmuehsig commented on GitHub (Apr 27, 2018):

Either via the Visual Studio Installer (it ships with a node.js installer) or via the official node.js installer.

@robertmuehsig commented on GitHub (Apr 27, 2018): Either via the Visual Studio Installer (it ships with a node.js installer) or via the official node.js installer.
Author
Owner

@vbmanuel22 commented on GitHub (Apr 27, 2018):

Hi Robert,

After installing node.js from https://nodejs.org/, I can now run the application. I thought it only needs the Node.js from NuGet package. Many thanks!

Regards,

@vbmanuel22 commented on GitHub (Apr 27, 2018): Hi Robert, After installing node.js from https://nodejs.org/, I can now run the application. I thought it only needs the Node.js from NuGet package. Many thanks! Regards,
Author
Owner

@robertmuehsig commented on GitHub (Apr 27, 2018):

Nope - node.js is required and if you run on osx or linux you might need to install the electron packages manually (check readme).

@robertmuehsig commented on GitHub (Apr 27, 2018): Nope - node.js is required and if you run on osx or linux you might need to install the electron packages manually (check readme).
Author
Owner

@vbmanuel22 commented on GitHub (Apr 27, 2018):

Robert,

Seems like I'm having another issue with creating an installer for windows and mac. Based on this tutorial I followed https://www.youtube.com/watch?v=nuM6AojRFHk. I do not see any Electron.NET folder or something on my bin, same as when I tried to create for mac osx. Please see attached file. Many thanks.

image

@vbmanuel22 commented on GitHub (Apr 27, 2018): Robert, Seems like I'm having another issue with creating an installer for windows and mac. Based on this tutorial I followed https://www.youtube.com/watch?v=nuM6AojRFHk. I do not see any Electron.NET folder or something on my bin, same as when I tried to create for mac osx. Please see attached file. Many thanks. ![image](https://user-images.githubusercontent.com/38751593/39353492-711b8688-4a3a-11e8-9f6a-d7003531c4dc.png)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#152