live-server icon indicating copy to clipboard operation
live-server copied to clipboard

A simple development http server with live reload capability.

Results 123 live-server issues
Sort by recently updated
recently updated
newest added

I installed live-server as a global package but I got this message ![Capture](https://user-images.githubusercontent.com/42825498/57178425-62e30500-6e8d-11e9-9d02-c5a5f5437939.PNG)

###### Before submitting an issue, please, see https://github.com/tapio/live-server#troubleshooting ## Issue description When starting the server, it complains that http://0.0.0.0:8080 is already in use. As far as I can tell, this...

###### Before submitting an issue, please, see https://github.com/tapio/live-server#troubleshooting ## Issue description Trying to add proxy to command line fails. Throws: ``` Error: connect ECONNREFUSED 127.0.0.1:80 at Object._errnoException (util.js:1024:11) at _exceptionWithHostPort...

## new updated fork i created an updated fork, PR's and new features requests are welcome , it already contains some new features and updated dependencies [alive-server npm](https://www.npmjs.com/package/alive-server) [alive-server github](https://github.com/ljcp/alive-server)

- uses `open` in stead of `opn` - ran `npm audit fix --force` - ran tests, all which passed

Fixed #349 #230 Add a custom MIME type option. You can find the default extended MIME type [here](https://github.com/broofa/mime/blob/v1.6.0/types.json).

I enabled the "extension" feature already present in the 'send' npm package to allow default extensions: Example: "localhost:8080/contact" can now resolve the file "/contact.html" if the file "/contact" does not...

So it says successfully installed I tried this both ways however I still can't run "live-server" from my terminal in my project's workspace folder. It just says command not found...

The file `/home/chris/.config/yarn/global/node_modules/live-server/live-server.js` seems to be using Windows line endings (`\r\n`). Running `dos2unix` on this file fixes the issue. I installed live-server with `yarn global add live-server` and yarn version...