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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-static
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 |