How to Install error-ex NPM Packages on Ubuntu / Debian

How to Install error-ex software package in NPM Packages

error-ex : Easy error subclassing and stack customization. You can installing error-ex 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 error-ex
$ sudo npm install -g error-ex

If want to update the error-ex package execute the command as below,

$ sudo npm update error-ex

Update package globally,

$ npm install -g error-ex

Git clone:

$ sudo  git clone https://github.com/rektide/error-ex.git
$ sudo  npm install -g ./error-ex

error-ex@1.3.1 /usr/lib/node_modules/error-ex

How to remove error-ex package :

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

$ sudo npm uninstall error-ex

Basic Information of error-ex NPM Package:

Package Name error-ex
Version 1.3.1
Description Easy error subclassing and stack customization
Released Date 2017-03-03T23:25:39.450Z
Published by qix
How to Learn https://www.npmjs.com/package/error-ex/tutorial