promise-polyfill : Lightweight promise polyfill. A+ compliant. You can installing promise-polyfill 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-polyfill $ sudo npm install -g promise-polyfill
If want to update the promise-polyfill package execute the command as below,
$ sudo npm update promise-polyfill
Update package globally,
$ npm install -g promise-polyfill
$ sudo git clone https://github.com/rektide/promise-polyfill.git
$ sudo npm install -g ./promise-polyfill
promise-polyfill@6.0.2 /usr/lib/node_modules/promise-polyfill
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall promise-polyfill
| Package Name | promise-polyfill |
| Version | 6.0.2 |
| Description | Lightweight promise polyfill. A+ compliant |
| Released Date | 2016-09-01T12:02:11.442Z |
| Published by | taylorhakes |
| How to Learn | https://www.npmjs.com/package/promise-polyfill/tutorial |