es6-promise-polyfill : Polyfill for ES6 Promise. You can installing es6-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 es6-promise-polyfill $ sudo npm install -g es6-promise-polyfill
If want to update the es6-promise-polyfill package execute the command as below,
$ sudo npm update es6-promise-polyfill
Update package globally,
$ npm install -g es6-promise-polyfill
$ sudo git clone https://github.com/rektide/es6-promise-polyfill.git
$ sudo npm install -g ./es6-promise-polyfill
es6-promise-polyfill@1.2.0 /usr/lib/node_modules/es6-promise-polyfill
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall es6-promise-polyfill
Package Name | es6-promise-polyfill |
Version | 1.2.0 |
Description | Polyfill for ES6 Promise |
Released Date | 2015-12-08T15:54:46.307Z |
Published by | lahmatiy |
How to Learn | https://www.npmjs.com/package/es6-promise-polyfill/tutorial |