create-error : Simple helper for sub-classing the Error object. You can installing create-error 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 create-error $ sudo npm install -g create-error
If want to update the create-error package execute the command as below,
$ sudo npm update create-error
Update package globally,
$ npm install -g create-error
$ sudo git clone https://github.com/rektide/create-error.git
$ sudo npm install -g ./create-error
create-error@0.3.1 /usr/lib/node_modules/create-error
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall create-error
Package Name | create-error |
Version | 0.3.1 |
Description | Simple helper for sub-classing the Error object |
Released Date | 2013-12-19T21:06:18.752Z |
Published by | tgriesser |
How to Learn | https://www.npmjs.com/package/create-error/tutorial |