async-waterfall : Runs a list of async tasks, passing the results of each into the next one. You can installing async-waterfall 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-waterfall $ sudo npm install -g async-waterfall
If want to update the async-waterfall package execute the command as below,
$ sudo npm update async-waterfall
Update package globally,
$ npm install -g async-waterfall
$ sudo git clone https://github.com/rektide/async-waterfall.git
$ sudo npm install -g ./async-waterfall
async-waterfall@0.1.5 /usr/lib/node_modules/async-waterfall
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall async-waterfall
Package Name | async-waterfall |
Version | 0.1.5 |
Description | Runs a list of async tasks, passing the results of each into the next one |
Released Date | 2013-09-23T12:49:05.799Z |
Published by | es128 |
How to Learn | https://www.npmjs.com/package/async-waterfall/tutorial |