-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
I'm trying to get notify-send-http working with gulp-notify on my vagrant box to notify the server on the host; however, gulp-notify fails because the notify-send command fails when run via /bin/sh -c. It always throws the 'Invalid number of options error'. I can't find any way to modify the parameters sent to the notify-send command via gulp-notify, so it doesn't look like this is possible until the binary handles being called in this way.
[19:51:44] gulp-notify: [Gulp Error] An error occurred.
[19:51:44] gulp-notify: [Error running notifier] Could not send message: Command failed: /bin/sh -c notify-send "Gulp Error" "An error occurred." --icon "/home/vagrant/Projects/website-com/wp/wp-content/themes/website-theme/node_modules/gulp-notify/assets/gulp-error.png" --category ""
Reactions are currently unavailable