How to Install form-data NPM Packages on Ubuntu / Debian

How to Install form-data software package in NPM Packages

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

Git clone:

$ 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

How to remove form-data package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall form-data

Basic Information of form-data NPM Package:

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