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

OS: macOS When I run the native Notifier module in electron, the sound is different from all the options offered by this library (Sound can be one of these: Basso,...

The Credits.rtf file causes our corporate proxy to block the download of cypress.io maybe it could be a ordinary text file. https://github.com/mikaelbr/node-notifier/blob/b3681314e347b0e997d9ac9e261390ea5e49ad2d/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf

Is there any way to add actions (buttons) to Windows 10 notifications with node-notifier? I'm using node-notifier to create OS X notifications with actions, and I'd like to do the...

_version 5.4.3_ Specifying `timeout: 5` on my machine causes the notification to "instantly" disappear. Using a timeout of `5000` has the desired effect of a 5 second timeout. Also, using...

I've checked the man page as [advised in the README](https://github.com/mikaelbr/node-notifier#usage-notifysend), but that page is pretty spartan. 1. It doesn't list the available categories, for example. 2. How should the urgency...

We are noticing that in some cases, our use of node-notifier is hammering usernoted - to the point of system instability, ram bloat and eventually swapfile usage. https://github.com/quasarframework/quasar-cli/issues/97

I am looking for a way in which I can set max limit for notifications.

Node notifier is not getting fired after being packaged using electron-builder for windows. Node-Notifier needs to be unpacked as suggested. I believe I am making a mistake in the package.json...

Bug
Unconfirmed
Windows
Electron

Electron package.json example "build": {
"asarUnpack": [
"./app/node_modules/node-notifier/vendor/**"
],
"extraResources": [
{
"from": "./app/node_modules/node-notifier/vendor",
"to": "app.asar.unpacked/node_modules/node-notifier/vendor"
}
]

Hi team, I am using node-notifier for electron mac notifications.I have thoroughly tested the following usecase. - Make 10 or more notifications at a same time. - Then in notification,...