How to Install node-static NPM Packages on Ubuntu / Debian

How to Install node-static software package in NPM Packages

node-static : simple, compliant file streaming module for node. You can installing node-static 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 node-static
$ sudo npm install -g node-static

If want to update the node-static package execute the command as below,

$ sudo npm update node-static

Update package globally,

$ npm install -g node-static

Git clone:

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

node-static@0.7.10 /usr/lib/node_modules/node-static

How to remove node-static package :

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

$ sudo npm uninstall node-static

Basic Information of node-static NPM Package:

Package Name node-static
Version 0.7.10
Description simple, compliant file streaming module for node
Released Date 2017-09-14T20:24:20.902Z
Published by cloudhead
How to Learn https://www.npmjs.com/package/node-static/tutorial