httperrors : Handy JavaScript Error classes representing the standard HTTP errors. Easily extensible and subclassable.. You can installing httperrors 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 httperrors $ sudo npm install -g httperrors
If want to update the httperrors package execute the command as below,
$ sudo npm update httperrors
Update package globally,
$ npm install -g httperrors
$ sudo git clone https://github.com/rektide/httperrors.git
$ sudo npm install -g ./httperrors
httperrors@2.3.0 /usr/lib/node_modules/httperrors
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall httperrors
Package Name | httperrors |
Version | 2.3.0 |
Description | Handy JavaScript Error classes representing the standard HTTP errors. Easily extensible and subclassable. |
Released Date | 2017-08-24T22:45:03.620Z |
Published by | papandreou |
How to Learn | https://www.npmjs.com/package/httperrors/tutorial |