st : A module for serving static files. Does etags, caching, etc.. You can installing st 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 st $ sudo npm install -g st
If want to update the st package execute the command as below,
$ sudo npm update st
Update package globally,
$ npm install -g st
$ sudo git clone https://github.com/rektide/st.git
$ sudo npm install -g ./st
st@1.2.2 /usr/lib/node_modules/st
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall st
| Package Name | st |
| Version | 1.2.2 |
| Description | A module for serving static files. Does etags, caching, etc. |
| Released Date | 2017-10-13T05:08:24.873Z |
| Published by | rvagg |
| How to Learn | https://www.npmjs.com/package/st/tutorial |