native-notifier
native-notifier copied to clipboard
Use native system notifications in node.js without third-party libraries
Results
1
native-notifier issues
Sort by
recently updated
recently updated
newest added
I tried running the example shown in the readme file - ```javascript const notify = require('native-notifier'); notify({ app: 'Loggy', icon: `${__dirname}/icon.png`, message: 'TypeError: stack is shown', title: 'Loggy error' });...
bug