GLib的-的GObject关键的。在新的laravel项目上执行'gulp'时出错

时间:2016-07-13 19:57:00

标签: laravel centos gulp laravel-elixir gulp-notify

有没有人知道如何解决此错误的线索或方向。 运行CentOS 6.7

[07:42 PM]-[vagrant@machine1]-[/var/www/laracast]
$ gulp
[19:42:52] Using gulpfile /var/www/laracast/gulpfile.js
[19:42:52] Starting 'default'...
[19:42:52] Starting 'sass'...

Fetching Sass Source Files...
   - resources/assets/sass/app.scss


Saving To...
   - public/css/app.css

[19:42:53] Finished 'default' after 733 ms
[19:42:53] gulp-notify: [Laravel Elixir] Sass Compiled!
[19:42:53] Finished 'sass' after 833 ms
[19:42:53] gulp-notify: [Error in notifier] Error in plugin 'gulp-notify'
Message:

(notify-send:24561): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

1 个答案:

答案 0 :(得分:-1)

export DISABLE_NOTIFIER=true

禁用gulp通知
  

如果你在一个处理通知不好的系统上运行,或者你只是不想使用gulp-notify但是你的项目呢?您可以使用环境变量DISABLE_NOTIFIER来禁用gulp-notify。

     

导出DISABLE_NOTIFIER = true;

     

这将禁用所有方法; notify(),notify.onError和notify.withReporter。

请在此处查看详细信息:disable-gulp-notify