Hi, I try to make it work with the code sample of the doc:
const Notification = require('node-mac-notifier');
const notification = new Notification('Hello from node-mac-notifier', { body: 'It works!' });
notification.addEventListener('click', () => console.log('Got a click'));
But I receive no notification, nothing happens.
I use Mac OS 11.2
Hi, I try to make it work with the code sample of the doc:
But I receive no notification, nothing happens.
I use Mac OS 11.2