busboy : A streaming parser for HTML form data for node.js. You can installing 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 busboy $ sudo npm install -g busboy
If want to update the busboy package execute the command as below,
$ sudo npm update busboy
Update package globally,
$ npm install -g busboy
$ sudo git clone https://github.com/rektide/busboy.git
$ sudo npm install -g ./busboy
busboy@0.2.14 /usr/lib/node_modules/busboy
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall busboy
Package Name | busboy |
Version | 0.2.14 |
Description | A streaming parser for HTML form data for node.js |
Released Date | 2017-01-18T18:39:45.185Z |
Published by | mscdex |
How to Learn | https://www.npmjs.com/package/busboy/tutorial |