mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Error in CLI dotnet electronize start #152
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 @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!

@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.
@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")
@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?
@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.
@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,
@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).
@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.