question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

node-notifier doesn't work in Windows 10 (appID issue?)

See original GitHub issue

I’m trying to use node-notifier in a simple expressjs project running on Windows 10 (Webstorm IDE). The code is plain and simple, taken from the README:

const notifier = require('node-notifier');
notifier.notify('Message');

Whatever I did - not a single message pops up. I tried to google it up, and it seems that I have to include an appID attribute - but I have no idea how to retrieve it (should it be for WebStorm? Command window?). Configuring it manually in the package.json doesn’t work as well.

I’d appreciate any help. Thanks in advance!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:15 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
peshkov3commented, Jul 24, 2019

Refused to work after updating to Windows 10 1903 verstion

2reactions
seishuncommented, Sep 23, 2019

No, but there were no sounds before. Anyway, I turned them off through the notification settings in Windows.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows 10 not getting toasts · Issue #144 - GitHub
I installed the package last night and just ran the simple example to test it out and it worked great. The notifcations showed...
Read more >
Electron with node-notifier display windows 10 notification
The appId does not need to have that java/android format, my app just have an appId ... You can do this, it works...
Read more >
node-notifier - npm
A Node.js module for sending notifications on native Mac, Windows (post and ... on Windows 10 will only work as expected if a...
Read more >
client/node_modules/node-notifier · homepage_full - GitLab
Common Issues · Windows: SnoreToast text · Use inside tmux session · macOS: Custom icon without Terminal icon · Within Electron Packaging ·...
Read more >
Electron with node-notifier display windows 10 notification
The problem is that the notification does not show, but console.logs are showing. Should the notification work on development mode?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found