"라라벨 Error in plugin 'gulp-notify'"의 두 판 사이의 차이

24번째 줄: 24번째 줄:
</source>
</source>


==gulp-notify 설치==
==libnotify-bin 설치==
<source lang='console'>
<source lang='console'>
root@zetawiki:/var/www/laravel# npm install -g gulp-notify
root@zetawiki:/var/www/laravel# apt-get install libnotify-bin
gulp-notify@2.2.0 /usr/lib/node_modules/gulp-notify
Reading package lists... Done
├── node.extend@1.1.6 (is@3.2.0)
Building dependency tree     
├── through2@0.6.5 (xtend@4.0.1, readable-stream@1.0.34)
Reading state information... Done
├── lodash.template@3.6.2 (lodash.restparam@3.6.1, lodash._basetostring@3.0.1, lodash.templatesettings@3.1.1, lodash._isiterateecall@3.0.9, lodash._basecopy@3.0.1, lodash._basevalues@3.0.0, lodash._reinterpolate@3.0.0, lodash.escape@3.2.0, lodash.keys@3.1.2)
The following extra packages will be installed:
├── node-notifier@4.6.1 (semver@5.3.0, shellwords@0.1.0, growly@1.3.0, minimist@1.2.0, which@1.2.12, lodash.clonedeep@3.0.2, cli-usage@0.1.4)
  libcanberra-gtk3-0 libcanberra-gtk3-module libnotify4 notification-daemon
└── gulp-util@3.0.7 (array-differ@1.0.0, lodash._reescape@3.0.0, array-uniq@1.0.3, lodash._reevaluate@3.0.0, object-assign@3.0.0, lodash._reinterpolate@3.0.0, beeper@1.1.1, replace-ext@0.0.1, minimist@1.2.0, has-gulplog@0.1.0, fancy-log@1.2.0, gulplog@1.0.0, vinyl@0.5.3, chalk@1.1.3, through2@2.0.1, multipipe@0.1.2, dateformat@1.0.12)
The following NEW packages will be installed:
  libcanberra-gtk3-0 libcanberra-gtk3-module libnotify-bin libnotify4
  notification-daemon
0 upgraded, 5 newly installed, 0 to remove and 161 not upgraded.
Need to get 71.1 kB of archives.
After this operation, 478 kB of additional disk space will be used.
Do you want to continue? [Y/n]
</source>
<source lang='console'>
... (생략)
Setting up notification-daemon (0.7.6-1) ...
Setting up libcanberra-gtk3-module:amd64 (0.30-0ubuntu3) ...
Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
</source>
</source>



2016년 11월 28일 (월) 00:40 판

1 문제상황

root@zetawiki:/var/www/laravel# gulp
[00:26:55] Using gulpfile /var/www/laravel/gulpfile.js
[00:26:55] Starting 'default'...
[00:26:55] Starting 'sass'...

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


Saving To...
   - ../public/css/zeta.css

[00:26:56] Finished 'default' after 1.31 s
[00:26:57] gulp-notify: [Laravel Elixir] Sass Compiled!
[00:26:57] gulp-notify: [Error in notifier] Error in plugin 'gulp-notify'
Message:
    not found: notify-send
Details:
    code: ENOENT
[00:26:57] Finished 'sass' after 1.71 s
root@zetawiki:/var/www/laravel#

2 libnotify-bin 설치

root@zetawiki:/var/www/laravel# apt-get install libnotify-bin
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libcanberra-gtk3-0 libcanberra-gtk3-module libnotify4 notification-daemon
The following NEW packages will be installed:
  libcanberra-gtk3-0 libcanberra-gtk3-module libnotify-bin libnotify4
  notification-daemon
0 upgraded, 5 newly installed, 0 to remove and 161 not upgraded.
Need to get 71.1 kB of archives.
After this operation, 478 kB of additional disk space will be used.
Do you want to continue? [Y/n]
... (생략)
Setting up notification-daemon (0.7.6-1) ...
Setting up libcanberra-gtk3-module:amd64 (0.30-0ubuntu3) ...
Processing triggers for libc-bin (2.19-0ubuntu6.7) ...

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}