pinkie-promise : ES2015 Promise ponyfill. You can installing pinkie-promise 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 pinkie-promise $ sudo npm install -g pinkie-promise
If want to update the pinkie-promise package execute the command as below,
$ sudo npm update pinkie-promise
Update package globally,
$ npm install -g pinkie-promise
$ sudo git clone https://github.com/rektide/pinkie-promise.git
$ sudo npm install -g ./pinkie-promise
pinkie-promise@2.0.1 /usr/lib/node_modules/pinkie-promise
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pinkie-promise
| Package Name | pinkie-promise |
| Version | 2.0.1 |
| Description | ES2015 Promise ponyfill |
| Released Date | 2016-04-10T17:37:20.299Z |
| Published by | floatdrop |
| How to Learn | https://www.npmjs.com/package/pinkie-promise/tutorial |