live-server : simple development http server with live reload capability. You can installing live-server 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 live-server $ sudo npm install -g live-server
If want to update the live-server package execute the command as below,
$ sudo npm update live-server
Update package globally,
$ npm install -g live-server
$ sudo git clone https://github.com/rektide/live-server.git
$ sudo npm install -g ./live-server
live-server@1.2.0 /usr/lib/node_modules/live-server
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall live-server
Package Name | live-server |
Version | 1.2.0 |
Description | simple development http server with live reload capability |
Released Date | 2017-01-09T20:25:12.929Z |
Published by | tapio |
How to Learn | https://www.npmjs.com/package/live-server/tutorial |