How to Install node-notifier NPM Packages on Ubuntu / Debian

How to Install node-notifier software package in NPM Packages

node-notifier : A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback). You can installing node-notifier 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 node-notifier
$ sudo npm install -g node-notifier

If want to update the node-notifier package execute the command as below,

$ sudo npm update node-notifier

Update package globally,

$ npm install -g node-notifier

Git clone:

$ sudo  git clone https://github.com/rektide/node-notifier.git
$ sudo  npm install -g ./node-notifier

node-notifier@5.1.2 /usr/lib/node_modules/node-notifier

How to remove node-notifier package :

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

$ sudo npm uninstall node-notifier

Basic Information of node-notifier NPM Package:

Package Name node-notifier
Version 5.1.2
Description A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)
Released Date 2017-03-16T12:24:26.552Z
Published by mikaelb
How to Learn https://www.npmjs.com/package/node-notifier/tutorial