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

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 5개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==문제상황==
==문제상황==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:/var/www/laravel# gulp
root@zetawiki:/var/www/laravel# gulp
[00:26:55] Using gulpfile /var/www/laravel/gulpfile.js
[00:26:55] Using gulpfile /var/www/laravel/gulpfile.js
21번째 줄: 21번째 줄:
     code: ENOENT
     code: ENOENT
[00:26:57] Finished 'sass' after 1.71 s
[00:26:57] Finished 'sass' after 1.71 s
root@zetawiki:/var/www/laravel#
</syntaxhighlight>
</source>


==libnotify-bin 설치==
==libnotify-bin 설치==
{{참고|우분투 libnotify-bin 설치}}
{{참고|우분투 libnotify-bin 설치}}
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:/var/www/laravel# apt-get install libnotify-bin
root@zetawiki:/var/www/laravel# apt-get install libnotify-bin
Reading package lists... Done
Reading package lists... Done
40번째 줄: 39번째 줄:
After this operation, 478 kB of additional disk space will be used.
After this operation, 478 kB of additional disk space will be used.
Do you want to continue? [Y/n]  
Do you want to continue? [Y/n]  
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
... (생략)
... (생략)
Setting up notification-daemon (0.7.6-1) ...
Setting up notification-daemon (0.7.6-1) ...
Setting up libcanberra-gtk3-module:amd64 (0.30-0ubuntu3) ...
Setting up libcanberra-gtk3-module:amd64 (0.30-0ubuntu3) ...
Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
</source>
</syntaxhighlight>


==확인==
==확인==
<source lang='console'>
<syntaxhighlight lang='console'>
<source lang='console'>
root@zetawiki:/var/www/laravel# gulp
root@zetawiki:/var/www/laravel# gulp
[00:33:48] Using gulpfile /var/www/laravel/gulpfile.js
[00:33:48] Using gulpfile /var/www/laravel/gulpfile.js
66번째 줄: 64번째 줄:
[00:33:50] gulp-notify: [Laravel Elixir] Sass Compiled!
[00:33:50] gulp-notify: [Laravel Elixir] Sass Compiled!
[00:33:50] Finished 'sass' after 1.64 s
[00:33:50] Finished 'sass' after 1.64 s
root@zetawiki:/var/www/laravel#
</syntaxhighlight>
</source>


==참고 자료==
==같이 보기==
* [[Gulp]]
 
==참고==
* https://laracasts.com/discuss/channels/general-discussion/gulp-notify-error-in-notifier-error-in-plugin-gulp-notify-not-found-notify-send
* https://laracasts.com/discuss/channels/general-discussion/gulp-notify-error-in-notifier-error-in-plugin-gulp-notify-not-found-notify-send


[[분류: gulp]]
[[분류: gulp]]
[[분류: Laravel]]
[[분류: Laravel Elixir]]

2020년 11월 2일 (월) 02:54 기준 최신판

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

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 확인[ | ]

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

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


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

[00:33:49] Finished 'default' after 1.31 s
[00:33:50] gulp-notify: [Laravel Elixir] Sass Compiled!
[00:33:50] Finished 'sass' after 1.64 s

4 같이 보기[ | ]

5 참고[ | ]

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