deferred : Modular and fast Promises implementation. You can installing deferred 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 deferred $ sudo npm install -g deferred
If want to update the deferred package execute the command as below,
$ sudo npm update deferred
Update package globally,
$ npm install -g deferred
$ sudo git clone https://github.com/rektide/deferred.git
$ sudo npm install -g ./deferred
deferred@0.7.8 /usr/lib/node_modules/deferred
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall deferred
Package Name | deferred |
Version | 0.7.8 |
Description | Modular and fast Promises implementation |
Released Date | 2017-05-25T10:54:11.765Z |
Published by | medikoo |
How to Learn | https://www.npmjs.com/package/deferred/tutorial |