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

Notifications on windows with duplicated screen

Open wirelessmundi opened this issue 3 years ago • 0 comments

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.

wirelessmundi avatar Nov 19 '21 17:11 wirelessmundi