promise-defer : Polyfill for Promise.defer. Uses the native ES6 Promise. Supports other Promises/A+ implementations.. You can installing promise-defer 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-defer $ sudo npm install -g promise-defer
If want to update the promise-defer package execute the command as below,
$ sudo npm update promise-defer
Update package globally,
$ npm install -g promise-defer
$ sudo git clone https://github.com/rektide/promise-defer.git
$ sudo npm install -g ./promise-defer
promise-defer@1.0.0 /usr/lib/node_modules/promise-defer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall promise-defer
| Package Name | promise-defer |
| Version | 1.0.0 |
| Description | Polyfill for Promise.defer. Uses the native ES6 Promise. Supports other Promises/A+ implementations. |
| Released Date | 2015-01-18T18:58:40.402Z |
| Published by | moll |
| How to Learn | https://www.npmjs.com/package/promise-defer/tutorial |