-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels