multer : Middleware for handling `multipart/form-data`.. You can installing multer 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 multer $ sudo npm install -g multer
If want to update the multer package execute the command as below,
$ sudo npm update multer
Update package globally,
$ npm install -g multer
$ sudo git clone https://github.com/rektide/multer.git
$ sudo npm install -g ./multer
multer@1.3.0 /usr/lib/node_modules/multer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall multer
Package Name | multer |
Version | 1.3.0 |
Description | Middleware for handling `multipart/form-data`. |
Released Date | 2017-01-25T18:21:56.677Z |
Published by | linusu |
How to Learn | https://www.npmjs.com/package/multer/tutorial |