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