custom-error-generator : Custom errors and exceptions in Node.js. You can installing custom-error-generator 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 custom-error-generator $ sudo npm install -g custom-error-generator
If want to update the custom-error-generator package execute the command as below,
$ sudo npm update custom-error-generator
Update package globally,
$ npm install -g custom-error-generator
$ sudo git clone https://github.com/rektide/custom-error-generator.git
$ sudo npm install -g ./custom-error-generator
custom-error-generator@7.0.0 /usr/lib/node_modules/custom-error-generator
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall custom-error-generator
Package Name | custom-error-generator |
Version | 7.0.0 |
Description | Custom errors and exceptions in Node.js |
Released Date | 2014-05-11T23:30:01.654Z |
Published by | jproulx |
How to Learn | https://www.npmjs.com/package/custom-error-generator/tutorial |