How to Install err NPM Packages on Ubuntu / Debian

How to Install err software package in NPM Packages

err : A tiny library to create custom errors in JavaScript.. You can installing err 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 err
$ sudo npm install -g err

If want to update the err package execute the command as below,

$ sudo npm update err

Update package globally,

$ npm install -g err

Git clone:

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

err@2.1.8 /usr/lib/node_modules/err

How to remove err package :

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

$ sudo npm uninstall err

Basic Information of err NPM Package:

Package Name err
Version 2.1.8
Description A tiny library to create custom errors in JavaScript.
Released Date 2017-09-08T10:20:29.421Z
Published by ionicabizau
How to Learn https://www.npmjs.com/package/err/tutorial