async-busboy : Promise based multipart form parser. You can installing async-busboy 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-busboy $ sudo npm install -g async-busboy
If want to update the async-busboy package execute the command as below,
$ sudo npm update async-busboy
Update package globally,
$ npm install -g async-busboy
$ sudo git clone https://github.com/rektide/async-busboy.git
$ sudo npm install -g ./async-busboy
async-busboy@0.6.2 /usr/lib/node_modules/async-busboy
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall async-busboy
Package Name | async-busboy |
Version | 0.6.2 |
Description | Promise based multipart form parser |
Released Date | 2017-08-24T06:58:58.187Z |
Published by | 0mbre |
How to Learn | https://www.npmjs.com/package/async-busboy/tutorial |