run-waterfall : Run an array of functions in series, each passing its results to the next function (waterfall). You can installing run-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 run-waterfall $ sudo npm install -g run-waterfall
If want to update the run-waterfall package execute the command as below,
$ sudo npm update run-waterfall
Update package globally,
$ npm install -g run-waterfall
$ sudo git clone https://github.com/rektide/run-waterfall.git
$ sudo npm install -g ./run-waterfall
run-waterfall@1.1.3 /usr/lib/node_modules/run-waterfall
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall run-waterfall
| Package Name | run-waterfall |
| Version | 1.1.3 |
| Description | Run an array of functions in series, each passing its results to the next function (waterfall) |
| Released Date | 2015-09-22T20:56:37.798Z |
| Published by | feross |
| How to Learn | https://www.npmjs.com/package/run-waterfall/tutorial |