promise.prototype.finally : ES Proposal spec-compliant shim for Promise.prototype.finally. You can installing promise.prototype.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 promise.prototype.finally $ sudo npm install -g promise.prototype.finally
If want to update the promise.prototype.finally package execute the command as below,
$ sudo npm update promise.prototype.finally
Update package globally,
$ npm install -g promise.prototype.finally
$ sudo git clone https://github.com/rektide/promise.prototype.finally.git
$ sudo npm install -g ./promise.prototype.finally
promise.prototype.finally@3.1.0 /usr/lib/node_modules/promise.prototype.finally
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall promise.prototype.finally
| Package Name | promise.prototype.finally |
| Version | 3.1.0 |
| Description | ES Proposal spec-compliant shim for Promise.prototype.finally |
| Released Date | 2017-10-27T01:29:22.459Z |
| Published by | ljharb |
| How to Learn | https://www.npmjs.com/package/promise.prototype.finally/tutorial |