node-notifier
node-notifier copied to clipboard
A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
my code is simple ``` notifier.notify({ title: "Attention!", message: notifications[random.int((min = 0), (max = notifications.length))], }); ``` this runs in a loop which is triggered randomly every few minutes, however,...
Icons display before I package my app with electron. But after they show the default one.
Good day! 😁 ## Problem 1. Installing `ts-node-dev`, which lists `node-notifier` as a dependency, on Windows 10 creates a Start Menu shortcut to the SnoreToast.exe binary. 2. The Start Menu...
I installed the package last night and just ran the simple example to test it out and it worked great. The notifcations showed up. Then the next time I tried...
# Problem SnoreToast current version is not working anymore with Windows 10 latest updates. # Context I use laravel-mix in my workflow and it's not fun when I don't get...
For this alert: {id":17,"date":"2020-03-20T13:01:00.325Z","title":"just dash as first character","body":"-\n\nmore text"}" We are getting this error: > Error: Command failed: notify-send "just dash as first character" "-\n\nmore text" --icon "/tmp/.mount_Joplinu3xj3u/resources/build/icons/512x512.png" > Unknown...
Hi everyone, I have installed gulp notify v. 3.2.0 a few day ago, and I have a gulpfile setup like this: ``` function scss() { return src("product-template/Product Template/assets/styles/scss/**/*.scss") .pipe(sourcemaps.init()) .pipe(sass())...
Hi I using Electron: 5.0.8 node-notifier 5.4.3 when the notification appears for example 3 times and the user clicks on it, then 3 tabs in the browser will open: ```...
I have created a custom terminal-notifier.It works fine when click on notification while receiving but when we don't click on notification then it show in the notification center and if...
Hey, I have an inquiry regarding sending push notifications to a remote hosts whom have a windows versions more than 8, the notifier used here is WindowsToaster. But the problem...