koa-send : Transfer static files. You can installing koa-send 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-send $ sudo npm install -g koa-send
If want to update the koa-send package execute the command as below,
$ sudo npm update koa-send
Update package globally,
$ npm install -g koa-send
$ sudo git clone https://github.com/rektide/koa-send.git
$ sudo npm install -g ./koa-send
koa-send@4.1.1 /usr/lib/node_modules/koa-send
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall koa-send
Package Name | koa-send |
Version | 4.1.1 |
Description | Transfer static files |
Released Date | 2017-09-25T12:56:38.874Z |
Published by | coderhaoxin |
How to Learn | https://www.npmjs.com/package/koa-send/tutorial |