How to Install gulp-notify NPM Packages on Ubuntu / Debian

How to Install gulp-notify software package in NPM Packages

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

Git clone:

$ 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

How to remove gulp-notify package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall gulp-notify

Basic Information of gulp-notify NPM Package:

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