You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the project as per the README instructions, ran yarn, then yarn dev, project window pops up, brings in Vue or whatever the renderer index.js is doing(the code appears minified? is that suitable for getting a feel of the project?)... then I edit some text in the js file and save it. Nothing happens. DevTools window console states HMR has been enabled:
[HMR] Waiting for update signal from WDS...
[WDS] Hot Module Replacement enabled.
Not sure what has happened, but ran project again since and it's now working correctly(no changes to project code or any other command run besides yarn dev)
@Alejpf I am not sure what caused it. As I said, when I tried to work on it again at a later point, it was working properly.
It might have been due to something like file watchers. I often would hit the default limit on my system and get warnings in some projects/apps that they could not function properly due to exceeding the limit. Perhaps I had freed those up by closing some stuff and that resolved it? Restarting your system should work too.
I installed the project as per the README instructions, ran
yarn
, thenyarn dev
, project window pops up, brings in Vue or whatever the renderer index.js is doing(the code appears minified? is that suitable for getting a feel of the project?)... then I edit some text in the js file and save it. Nothing happens. DevTools window console states HMR has been enabled:Console output:
node -v
: v11.3.0electron -v
: v3.1.1 (system install, I don't think this project is using it though?)OS is Manjaro KDE (Linux)
The text was updated successfully, but these errors were encountered: