delay : Delay a promise a specified amount of time. You can installing delay 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 delay $ sudo npm install -g delay
If want to update the delay package execute the command as below,
$ sudo npm update delay
Update package globally,
$ npm install -g delay
$ sudo git clone https://github.com/rektide/delay.git
$ sudo npm install -g ./delay
delay@2.0.0 /usr/lib/node_modules/delay
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall delay
Package Name | delay |
Version | 2.0.0 |
Description | Delay a promise a specified amount of time |
Released Date | 2017-03-22T13:56:49.849Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/delay/tutorial |