p-finally : `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome. You can installing p-finally 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 p-finally $ sudo npm install -g p-finally
If want to update the p-finally package execute the command as below,
$ sudo npm update p-finally
Update package globally,
$ npm install -g p-finally
$ sudo git clone https://github.com/rektide/p-finally.git
$ sudo npm install -g ./p-finally
p-finally@1.0.0 /usr/lib/node_modules/p-finally
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall p-finally
| Package Name | p-finally |
| Version | 1.0.0 |
| Description | `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome |
| Released Date | 2016-10-21T06:02:09.848Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/p-finally/tutorial |