send : Better streaming static file server with Range and conditional-GET support. You can installing 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 send $ sudo npm install -g send
If want to update the send package execute the command as below,
$ sudo npm update send
Update package globally,
$ npm install -g send
$ sudo git clone https://github.com/rektide/send.git
$ sudo npm install -g ./send
send@0.16.1 /usr/lib/node_modules/send
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall send
| Package Name | send |
| Version | 0.16.1 |
| Description | Better streaming static file server with Range and conditional-GET support |
| Released Date | 2017-09-29T19:36:45.181Z |
| Published by | dougwilson |
| How to Learn | https://www.npmjs.com/package/send/tutorial |