trycatch : An asynchronous domain-based exception handler with long stack traces for node.js. You can installing trycatch 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 trycatch $ sudo npm install -g trycatch
If want to update the trycatch package execute the command as below,
$ sudo npm update trycatch
Update package globally,
$ npm install -g trycatch
$ sudo git clone https://github.com/rektide/trycatch.git
$ sudo npm install -g ./trycatch
trycatch@1.5.21 /usr/lib/node_modules/trycatch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall trycatch
| Package Name | trycatch |
| Version | 1.5.21 |
| Description | An asynchronous domain-based exception handler with long stack traces for node.js |
| Released Date | 2016-01-06T21:49:02.158Z |
| Published by | crabdude |
| How to Learn | https://www.npmjs.com/package/trycatch/tutorial |