-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error first time call this package #16
Comments
It's because this library is only suppose to be run in the render process. See this Pull Request |
So how is this supposed to work? I am importing in the render process - at least I am importing this into a component that is getting rendered to browser window, and still getting the error. trying Thx |
I'm having the same issue here. I'm calling Importing it or declaring a Running this in the render process. |
@buddythumbs @mweiczorek see this pull request you are trying to use this with a remote. |
When put this code and run itu . I got some error
thi what I put in my code
var eNotify = require('electron-notify'); // Send simple notification eNotify.notify({ title: 'Notification title', text: 'Some text' });
the error
The text was updated successfully, but these errors were encountered: