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