loud-rejection : Make unhandled promise rejections fail loudly instead of the default silent fail. You can installing loud-rejection 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 loud-rejection $ sudo npm install -g loud-rejection
If want to update the loud-rejection package execute the command as below,
$ sudo npm update loud-rejection
Update package globally,
$ npm install -g loud-rejection
$ sudo git clone https://github.com/rektide/loud-rejection.git
$ sudo npm install -g ./loud-rejection
loud-rejection@1.6.0 /usr/lib/node_modules/loud-rejection
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall loud-rejection
Package Name | loud-rejection |
Version | 1.6.0 |
Description | Make unhandled promise rejections fail loudly instead of the default silent fail |
Released Date | 2016-07-03T22:04:14.795Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/loud-rejection/tutorial |