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

How to Install standard-error software package in NPM Packages

standard-error : Tiny library that simplifies subclassing and inheriting from Error while keeping the correct name and stack. Also supports constructing from an object of properties. Saves you from boilerplate.. You can installing standard-error 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 standard-error
$ sudo npm install -g standard-error

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

$ sudo npm update standard-error

Update package globally,

$ npm install -g standard-error

Git clone:

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

standard-error@1.1.0 /usr/lib/node_modules/standard-error

How to remove standard-error package :

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

$ sudo npm uninstall standard-error

Basic Information of standard-error NPM Package:

Package Name standard-error
Version 1.1.0
Description Tiny library that simplifies subclassing and inheriting from Error while keeping the correct name and stack. Also supports constructing from an object of properties. Saves you from boilerplate.
Released Date 2014-06-15T22:00:54.234Z
Published by moll
How to Learn https://www.npmjs.com/package/standard-error/tutorial