Turbo87 / webpack-notifier

webpack + node-notifier = build status system notifications
ISC License
306 stars 41 forks source link

Does this works with Tmux? #33

Closed christopher-francisco closed 7 years ago

christopher-francisco commented 7 years ago

I'm running my webpack inside tmux. I don't see notifications

Turbo87 commented 7 years ago

I don't see how tmux would be related to this. In any case this would be an issue of the underlying notification library. Can you move the issue there?

gerges-zz commented 6 years ago

This project actually doesn't support tmux by default on macOS and will cause hung builds in that case. It's caused by a known limitation node-notifier: https://github.com/mikaelbr/node-notifier#use-inside-tmux-session. Unsure if it's possible to detect tmux from node. It might be worth echoing that limitation in your README as well.