node-notifier icon indicating copy to clipboard operation
node-notifier copied to clipboard

A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)

Results 123 node-notifier issues
Sort by recently updated
recently updated
newest added

Hi guys, How to force it to be sticky until user clicks on MacOS? Tried: `timeout: 999999` `reply: true` `reply: true, timeout: 999999` and ``` timeout: 999999 }, function ()...

Hello, I encountered lastly an issue, where my webpack build took about 10 more seconds than usual to run. Well, not exactly: the build was done, but then I had...

hey there ```javascript let opts: any = { title: data.title, message: data.message.content, icon: path.join(__dirname, '/assets/icon/icon.png'), sound: true, timeout: 5, reply: true }; mac.notify(opts, (err: any, response: string, metadata: any) =>...

If you trigger more than one notification the first one sticks around forever Also if you kill the node process they never go away

How do I remove the app ID? There really isnt too much explanation on it. If anything Id rather it now show. But if its easy to change that would...

I using electron+angular (https://github.com/maximegris/angular-electron) to building project, but I did not use `asar`. I try to some function like `WindowsBalloon `, `Cross-Platform Advanced Usage`..., can't work properly. the error message:...

I'm using `gulp-notify` which uses `node-notifier`. The new version throws an error: ``` Message: Command failed: C:\Users\...\node_modules\node-notifier\vendor\snoreToast\SnoreToast.exe -p C:\Users\...\node_modules\gulp-notify\assets\gulp.png -m Task finished. -t style:common Details: killed: false code: 4294967295 signal:...

Confirmed
Windows

Is it possible to set a different fallback option, besides Growl? Growl seems problematic, as it's a separate install for most users as I understand it. I'd like to use...

For Reference ![image](https://user-images.githubusercontent.com/3416989/43815329-d67449ae-9aec-11e8-98ee-fcaeb20e427d.png) why am not able to make alert same as gif why there are two actions there while am setting `actions: []` am talking about `close and show`

Hi guys, I am using webpack encore, a few minutes ago the notifications are working, after my mac osx sleeps, i bring him up and the notifications doesn't show up...