form-data : A library to create readable multipart/form-data streams. Can be used to submit forms and file uploads to other web applications.. You can installing form-data 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 form-data $ sudo npm install -g form-data
If want to update the form-data package execute the command as below,
$ sudo npm update form-data
Update package globally,
$ npm install -g form-data
$ sudo git clone https://github.com/rektide/form-data.git
$ sudo npm install -g ./form-data
form-data@2.3.1 /usr/lib/node_modules/form-data
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall form-data
Package Name | form-data |
Version | 2.3.1 |
Description | A library to create readable multipart/form-data streams. Can be used to submit forms and file uploads to other web applications. |
Released Date | 2017-08-24T23:00:54.577Z |
Published by | alexindigo |
How to Learn | https://www.npmjs.com/package/form-data/tutorial |