ecstatic : A simple static file server middleware that works with both Express and Flatiron. You can installing ecstatic 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 ecstatic $ sudo npm install -g ecstatic
If want to update the ecstatic package execute the command as below,
$ sudo npm update ecstatic
Update package globally,
$ npm install -g ecstatic
$ sudo git clone https://github.com/rektide/ecstatic.git
$ sudo npm install -g ./ecstatic
ecstatic@3.0.0 /usr/lib/node_modules/ecstatic
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ecstatic
Package Name | ecstatic |
Version | 3.0.0 |
Description | A simple static file server middleware that works with both Express and Flatiron |
Released Date | 2017-08-29T00:12:45.012Z |
Published by | jfhbrook |
How to Learn | https://www.npmjs.com/package/ecstatic/tutorial |