-
Notifications
You must be signed in to change notification settings - Fork 78
Dashboard not updating after first run (Linux) #52
Comments
I could not reproduce the issue but there seems to be a problem either with my migration or config or something because after a few changes webpack crashed. I tried to produce an error and this popped up:
I can't understand anything from this so I'm not sure if it related to this issue at all but at least, couldn't reproduce the issue. |
I'm also experiencing the issue. I need to restart the app to make it see the changes. |
Note that I'm on Mac OS X. Here my information:
I cloned and launched the development version and I was still experiencing the same issue on the current master commit. I think the problem boils down to
Adding a safe guard on Note however that I'm surprised an error being thrown make the refresh completely broken. Probably a bigger fix would be needed to prevent this from happening in the future. |
So, the
Here what is received in my case:
Changing
|
@alexmarles -- Thanks for digging in! Would you mind whipping up a PR with that? @tptee @kenwheeler -- Are we never supposed to have an undefined |
Opened #55 with a potential fix and unit tests. |
@ryan-roemer Not sure if it can help or not, but when running the dashboard from the CLI, in the
So that may explain why It seems it could be the reason, not sure the logic of detecting version skews, but if you are expecting to find all versions in the child project |
Also, out of topic but since you are around. Is it possible to run both the CLI and the Electron app at the same time? Currently I seem to have already in use problem, so I was wondering if it's even possible. |
@maoueh --
If you create a simple public repository with yarn workspaces and 2+ packages and install steps + usage steps that you'd like to have happen, I can see if I can enhance both |
Hi, I am using Electron Webpack Dashboard for an awesome NASA look in my development environment, but I am having an important issue with it:
When I first run my yarn script to launch webpack-dev-server, the Dashboard picks it up and shows the progress and all the information, but it stops right there. When I change one of my files, webpack rebuilds and the browser refreshes, but the Dashboard doesn't show any more information. It stays in progress 0%, status Idle, blablabla
My OS and versions are:
Thanks in advance!
The text was updated successfully, but these errors were encountered: