Closed erch closed 8 years ago
browser-window
needs to be run by the electron process. it seems it's trying to do: node runner.js
, which won't work.
Hi matthew,
Do you mean that I should run the application differently than with : node <myapp>
?
@erch Are you still experiencing this problem?
@rosshinkley : thanks for the inquiry , I switched the project to my linux box and it works on it. I suppose that there was a issue with my windows node js installation.
Eric
@erch Thanks for the response, sounds like it's resolved. If this crops up again, feel free to reopen/open a new issue.
I have this problem, that is, I run the electron under Windows and then report the erro that cannot find module 'browser-window' .
Hi,
Seems that there is an issue with the file runner.js when it run the statement require('browser-window'). I have tried several examples but I 'm always getting the same error. I'm running this on windows 10 and my node environement works fine for other applications.
Can you help me to fix this issue ?
Thanks