gulp-notify : gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module. Fallbacks to Growl or simply logging. You can installing gulp-notify npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install gulp-notify $ sudo npm install -g gulp-notify
If want to update the gulp-notify package execute the command as below,
$ sudo npm update gulp-notify
Update package globally,
$ npm install -g gulp-notify
$ sudo git clone https://github.com/rektide/gulp-notify.git
$ sudo npm install -g ./gulp-notify
gulp-notify@3.0.0 /usr/lib/node_modules/gulp-notify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-notify
Package Name | gulp-notify |
Version | 3.0.0 |
Description | gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module. Fallbacks to Growl or simply logging |
Released Date | 2017-01-27T20:37:02.876Z |
Published by | mikaelb |
How to Learn | https://www.npmjs.com/package/gulp-notify/tutorial |