p-series : Run promise-returning & async functions in series. You can installing p-series 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 p-series $ sudo npm install -g p-series
If want to update the p-series package execute the command as below,
$ sudo npm update p-series
Update package globally,
$ npm install -g p-series
$ sudo git clone https://github.com/rektide/p-series.git
$ sudo npm install -g ./p-series
p-series@1.0.0 /usr/lib/node_modules/p-series
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall p-series
| Package Name | p-series |
| Version | 1.0.0 |
| Description | Run promise-returning & async functions in series |
| Released Date | 2016-11-22T07:38:13.774Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/p-series/tutorial |