errorhandler : Development-only error handler middleware. You can installing errorhandler 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 errorhandler $ sudo npm install -g errorhandler
If want to update the errorhandler package execute the command as below,
$ sudo npm update errorhandler
Update package globally,
$ npm install -g errorhandler
$ sudo git clone https://github.com/rektide/errorhandler.git
$ sudo npm install -g ./errorhandler
errorhandler@1.5.0 /usr/lib/node_modules/errorhandler
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall errorhandler
Package Name | errorhandler |
Version | 1.5.0 |
Description | Development-only error handler middleware |
Released Date | 2016-11-16T03:30:58.231Z |
Published by | dougwilson |
How to Learn | https://www.npmjs.com/package/errorhandler/tutorial |