async : Higher-order functions and common patterns for asynchronous code. You can installing async 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 async $ sudo npm install -g async
If want to update the async package execute the command as below,
$ sudo npm update async
Update package globally,
$ npm install -g async
$ sudo git clone https://github.com/rektide/async.git
$ sudo npm install -g ./async
async@2.6.0 /usr/lib/node_modules/async
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall async
Package Name | async |
Version | 2.6.0 |
Description | Higher-order functions and common patterns for asynchronous code |
Released Date | 2017-11-07T02:45:53.140Z |
Published by | aearly |
How to Learn | https://www.npmjs.com/package/async/tutorial |