after-all : Execute several async functions and get a callback when they are all done. You can installing after-all 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 after-all $ sudo npm install -g after-all
If want to update the after-all package execute the command as below,
$ sudo npm update after-all
Update package globally,
$ npm install -g after-all
$ sudo git clone https://github.com/rektide/after-all.git
$ sudo npm install -g ./after-all
after-all@2.0.2 /usr/lib/node_modules/after-all
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall after-all
Package Name | after-all |
Version | 2.0.2 |
Description | Execute several async functions and get a callback when they are all done |
Released Date | 2015-03-24T13:33:25.206Z |
Published by | sorribas |
How to Learn | https://www.npmjs.com/package/after-all/tutorial |