multiparty : multipart/form-data parser which supports streaming. You can installing multiparty 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 multiparty $ sudo npm install -g multiparty
If want to update the multiparty package execute the command as below,
$ sudo npm update multiparty
Update package globally,
$ npm install -g multiparty
$ sudo git clone https://github.com/rektide/multiparty.git
$ sudo npm install -g ./multiparty
multiparty@4.1.3 /usr/lib/node_modules/multiparty
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall multiparty
Package Name | multiparty |
Version | 4.1.3 |
Description | multipart/form-data parser which supports streaming |
Released Date | 2017-01-22T21:20:40.657Z |
Published by | dougwilson |
How to Learn | https://www.npmjs.com/package/multiparty/tutorial |