node-notifier
node-notifier copied to clipboard
Notifications on windows with duplicated screen
When I have a duplicate screen especially in windows 10, no notification appears
code: const notifier = require('node-notifier'); notifier.notify({ title: 'My notification', message: 'Hello, there!' }, function (error, response) { console.log('notify', error); });
response log: notify timeout
any ideas?
Thanks.