Gulpo build issue after command gulp build


#1

Hi,

I have this problem when installing Ushahidi V3:

$ gulp build
[08:49:19] Using gulpfile ~/public_html/simulacro2016.kitum.org/platform/platform-client/gulpfile.js
[08:49:19] Starting ‘copy-leaflet-icons’…
[08:49:19] Starting ‘css’…
[08:49:19] Starting ‘font’…
[08:49:19] Starting ‘svg-iconic-sprite’…
[08:49:19] Starting ‘svg-icons’…
[08:49:19] Starting ‘browserify’…
[08:49:19] Starting ‘html’…
[08:49:20] Finished ‘svg-iconic-sprite’ after 943 ms
[08:49:22] Finished ‘copy-leaflet-icons’ after 2.33 s
[08:49:22] Starting ‘rename’…
[08:49:22] Finished ‘rename’ after 7.61 μs
[08:49:22] Starting ‘sass’…
[08:49:24] gulp-notify: [Gulp notification] CSS compiled
[08:49:25] gulp-notify: [Error in notifier] Error in plugin ‘gulp-notify’
Message:
not found: notify-send
Details:
code: ENOENT
[08:49:26] gulp-notify: [Gulp notification] CSS compiled
[08:49:26] gulp-notify: [Error in notifier] Error in plugin ‘gulp-notify’
Message:
notify-send must be installed on the system.
[08:49:26] Finished ‘sass’ after 4.25 s
[08:49:33] Finished ‘css’ after 14 s
[08:50:12] Finished ‘browserify’ after 52 s
[08:50:13] gulp-notify: [Gulp notification] JS compiled
[08:50:13] gulp-notify: [Error in notifier] Error in plugin ‘gulp-notify’
Message:
notify-send must be installed on the system.
[08:50:21] gulp-notify: [Gulp notification] JS compiled
[08:50:21] gulp-notify: [Error in notifier] Error in plugin ‘gulp-notify’
Message:
notify-send must be installed on the system.
[08:50:22] Finished ‘html’ after 1.03 min
[08:50:25] Finished ‘font’ after 1.08 min
[08:50:27] Finished ‘svg-icons’ after 1.12 min
[08:50:27] Starting ‘build’…
[08:50:27] Finished ‘build’ after 29 μs

Thanks for any help


#2

Hi, if you mean these lines:

gulp-notify: [Error in notifier] Error in plugin 'gulp-notify'

Don’t worry about those, it’s a desktop notification integration. It’s expected to fail if you are running in a server, and the failure will have no consequences for the build.

Your build looks successful to me.


#3

Thank you David, good to kwon that. Then I´ll focus in the other issues.

Bye