Home > php教程 > PHP源码 > Laravel Elixir running glup command: Error in plugin 'gulp-notify'

Laravel Elixir running glup command: Error in plugin 'gulp-notify'

WBOY
Release: 2016-07-06 13:34:22
Original
1722 people have browsed it

Let’s take a look at an example of running glup command in Laravel Elixir: Error in plugin ‘gulp-notify’. I hope this tutorial can help everyone.

Laravel Elixir runs the glup command and an error message appears:


[20:24:02] gulp-notify: [Error in notifier] Error in plugin ‘gulp-notify’

Message:notify-send must be installed on the system.

Although it does not affect the final release, it still solves this problem.


glup_notify_send

The way to solve this error message is to install the libnotify module, under CentOS:

rpm -ivh ftp://195.220.108.108/linux/centos/7.2.1511/os/x86_64/Packages/libnotify-0.7.5-8.el7.x86_64.rpm

You can install it with this command.

Then run glup again, without the previous error. <script>ec(2);</script>
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template