errors : A comprehensive, robust, yet lightweight set of error utilities for node.js enabling you to do errors more effectively.. You can installing errors 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 errors $ sudo npm install -g errors
If want to update the errors package execute the command as below,
$ sudo npm update errors
Update package globally,
$ npm install -g errors
$ sudo git clone https://github.com/rektide/errors.git
$ sudo npm install -g ./errors
errors@0.3.0 /usr/lib/node_modules/errors
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall errors
Package Name | errors |
Version | 0.3.0 |
Description | A comprehensive, robust, yet lightweight set of error utilities for node.js enabling you to do errors more effectively. |
Released Date | 2015-06-16T11:41:48.588Z |
Published by | boden |
How to Learn | https://www.npmjs.com/package/errors/tutorial |