getbase/base

Gulp-notify error

proweb opened this issue · 4 comments

I don't understand why is it happens.
Just cloned your repo and wanted to start coding, but get this error

image

Maybe you have to update goulp-notify?

Try installing notify-send globally.

sudo npm install -g notify-send

Try installing notify-send globally.

No, it doesn't helped

Helped - https://laracasts.com/discuss/channels/general-discussion/gulp-notify-error-in-notifier-error-in-plugin-gulp-notify-not-found-notify-send

after sudo apt-get install libnotify-bin gulp works fine

Awesome, glad you got it going.

Thanks for posting the fix too.

Cheers!