mikaelbr / gulp-notify

gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module. Fallbacks to Growl or simply logging
MIT License
592 stars 40 forks source link

Notification doesn work #119

Closed trip1e closed 6 years ago

trip1e commented 7 years ago

Hello!

I have this code:

gulp.task("click", function () {
  return gulp.src("1.txt")
      .pipe(notify({ message: 'Hello 1', wait: true }))
});

It works but only in terminal. I don´t get notification.

I´m using Windows 10

Thanks for help!

Alecto commented 7 years ago

Notifications stopped working a few days ago after the last update of Windows 10.

mikaelbr commented 7 years ago

See https://github.com/mikaelbr/node-notifier/issues/208

mikaelbr commented 7 years ago

Error upstream. Can't fix here.

Alecto commented 7 years ago

why did you close the ticket without solving the problem?

mikaelbr commented 7 years ago

The issue isn't in this repo, but in https://github.com/mikaelbr/node-notifier/issues/208, and the progress is tracked there.

If you would like to have the issue open until the dependency is fixed we can do that.

AlonBe commented 6 years ago

If it helps someone, I just downgraded gulp-notify from v3.0.0 to the previous release (v2.2.0) and now the notifications work for me on my very updated Windows 10

vadim1884321 commented 6 years ago

On version 2.2.0 and windows 1709 "Fall Creator Update" pop-up notifications have earned! Thank AlonBe.

amichel86 commented 6 years ago

@AlonBe is there a command way to downgrade the plugin or I need to uninstall it, and reinstall it with the 2.2.0 version?

AlonBe commented 6 years ago

@amichel86, I just did uninstall and install. Maybe there's a command for downgrading but it is a 5 seconds task so... :)

mikaelbr commented 6 years ago

This should have been fixed now. If it's still a problem, please repoen this issue.