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

Hello everyone, For "glob-parent" of version "^3.1.0" there is a vulnerability generated: [CVE-2020-28469](https://nvd.nist.gov/vuln/detail/CVE-2020-28469) This vulnerability will be fixed for "live-server" if the related "chokidar" will be updated to at least...

###### Before submitting an issue, please, see https://github.com/tapio/live-server#troubleshooting ## Issue description When the page includes a CSP header like ``, the injected script is not allowed to run. It's hard...

I encountered a crash when running live-server from a systemd service, and tracked the issue to loading the config from a user's home folder https://github.com/tapio/live-server/blob/01cd7f970439d42537bbe13b4885befb816a0446/live-server.js#L17-L23 In systemd services, the HOME...

## Issue description When serving an index.html file with live-server the CSS selector `:last-child` doesn't select an element. ## Software details * Command line used for launching `live-server`: `live-server` *...

This is an urgent fix, because of updated latest "colors" package version from "1.4.0" to "1.4.44-liberty-2", console is full non-stop trash output.

Some sort of "onUpdate" handler would be helpful: ```js liveServer.start({ ... onUpdate() { console.log("Updating...") // some more code } }) ```

``` live-server --browser=chrome throwing following error /usr/local/lib/node_modules/live-server/live-server.js:73 process.chdir(process.argv[2]); ^ Error: ENOENT: no such file or directory, uv_chdir at Error (native) at Object. (/usr/local/lib/node_modules/live-server/live-server.js:73:10) at Module._compile (module.js:541:32) at Object.Module._extensions..js (module.js:550:10) at...

## Issue description Like in topic description: When reloading a page live-reload is reseting a current position of browser scrollbar. Let say we are working on footer of html page,...

This may not be necessary but given that python2 will start to phase out in 2020, perhaps this should instruct people to use the python3 version of the simple server...

Adding simple examples to the CLI usage section.