-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting template application - "Error: Cannot find module 'app'" #111
Comments
Seems like you are using Electron v1.x and template app uses older version of Electron APIs. |
Thank you. |
Ah, one more question: do you have any idea how to fix/workaround it? |
So far, you have to re-write the code of Photon so it complies with the new syntax of Electron 1.x |
You could also use older version of Electron, but I would advise against that. |
Oh, sad...thank you all! |
It also happend to me! |
Spent more than an hour to finding out the cause. Was actually frustrating. |
The error is solvent with replace the next section in file app.js
with
|
#117 This was solved in this pull request |
I've debuged in vs.code too, the first require("app") throws that exception.
Electron-prebuild is installed via npm/nvm.
What I'm doing wrong?
The text was updated successfully, but these errors were encountered: