-
Notifications
You must be signed in to change notification settings - Fork 50
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
ipcMain undefined... #89
Comments
I think this is a duplicate of #66 |
@ckerr why? the initialize could be called. the require does work |
Hmm, maybe I scanned this too quickly then. Sorry about that. |
If I dont call the initalize, I get this error:
but in my index.js I do this:
|
I don't know how to do this:
cause I have no object
|
fixed it,
in my main.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my app wich uses electron I do this
but it crashes in server.js
line 312
electron_1.ipcMain is undefined.
The text was updated successfully, but these errors were encountered: