mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Failed to debug/run React with ASP.NET Core app #1030
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 @zenith6495 on GitHub (Dec 8, 2025).
Steps to Reproduce:
@AeonSake commented on GitHub (Dec 8, 2025):
It looks like the project is still building because even the VS interface shows a progress bar in the status bar at the bottom. The first time, it will take quite a while until all electron binaries are downloaded. Maybe try building the server application on its own before running the entire thing.
@FlorianRappl commented on GitHub (Dec 8, 2025):
I agree with @AeonSake . I tried it and there was no problem. In general the installed build-tooling etc. should not matter, but you need to wait until Electron is fully downloaded.
Unfortunately, your bug report misses a couple of relevant details. What version of npm and Node.js are you using?