How to Install send NPM Packages on Ubuntu / Debian

How to Install send software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/send.git
$ sudo  npm install -g ./send

send@0.16.1 /usr/lib/node_modules/send

How to remove send package :

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

$ sudo npm uninstall send

Basic Information of send NPM Package:

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