mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
dotnet electronize start does not working correctly on windows 7 #103
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 @anyoneCouldGo on GitHub (Jan 2, 2018).
Originally assigned to: @robertmuehsig on GitHub.
when using "dotnet electronize start" on windows 7, i don't get anything on screen !
@mzaidse commented on GitHub (Jan 8, 2018):
Same Problem here. No window is opening.
I am using demo project https://github.com/ElectronNET/electron.net-api-demos
I am using Ubuntu 16.04.
This is the terminal output
@robertmuehsig commented on GitHub (Jan 18, 2018):
@scrubby440 That is strange - does the same application work on Windows 10?
@MuhammadZaidSE Mh - Just a stupid thought: Could maybe the space in the folder name "electron .net" be a problem? Could you try to move it to a different location?
@anyoneCouldGo commented on GitHub (Feb 11, 2018):
@robertmuehsig
I think my problem was involving with NodeJs after I update it, the problem solved.