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

I am getting notifications in my Electron app when it is in dev mode, but after it is built there are no notifications present. I have my build setup with:...

i get: error in the main process resources\app.asar\node_modules\node-notifier\package.json: Unexpected end of JSON Input and reading up this: https://github.com/electron/electron/issues/18397 it seems that native packages must be Context Aware modules or NAPI...

I'm installing a package from this GIT **https://github.com/maximegris/angular-electron** that is a starter project with Angular 10 + Electron 9.0 When I simple install you node-notifier with: **npm install --save node-notifier**...

![image](https://user-images.githubusercontent.com/68628621/97422319-a6f48000-1933-11eb-9453-fdd09a789a3f.png) I am working on an Electron app for windows, linux & mac. But I'm not pretty sure why the app icon was not loaded for every attempts I made...

Hi Mikael, First of all, I want to thank you from the bottom of my heart for this amazing tool, it saves my life on my project. **Thank you and...

Hi, thanks for the great module, The `timeout` flag doesn't work on arch linux

How to support chinese nitification? I found it wrong when i write someting like this: ```javascript notifier.notify( { title: '大家好', message: '放假休息重要通知', icon: path.join(__dirname, 'clock.ico'), sound: true, }, ); ```...

I've added script to my crontab somewhat like this: ``` @reboot /path/to/script * * * * * /path/to/script ``` code runs, however there is no notification. ``` return notifier.notify({ title:...

node-notifier used to work on my environment, having awesome window manager run from startx directly, without using any desktop environment. But recently (since 15 Oct 2020?) it doesn't display notice...

Just passing the same issue here from https://github.com/Turbo87/webpack-notifier/issues/42 Citation: > We have a React project using some additional technologies (eg TS, webpack, redux-saga, and so on). > We installed this...