Closed polarathene closed 5 years ago
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
)
Same error here, do you have any clue on how to solve it?
@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)