CharlieHess/node-mac-notifier

Doesn't work at all

Opened this issue · 2 comments

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

cvl commented

Same here

xuych commented

same here, any solution please~~~