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

Hi, currently live-server using http-auth version 3.1.3. It is detected high vulnerability for http-auth version on veracode. Replay Attack http-auth is vulnerable to replay attack. The vulnerability exists because it...

Found some vulnerabilities because of outdated dependencies. Fixed that, please consider creating a new npm from it.

###### Before submitting an issue, please, see https://github.com/tapio/live-server#troubleshooting ## Issue description if I'm running live-server with option `--spa` I'm getting error: ![image](https://user-images.githubusercontent.com/2445604/43229104-4af0d620-906c-11e8-903a-73c68475ccb4.png) if I'm removing `--spa` option everything is back...

Add the function of obtaining the local IP address. If the host is not configured when the service starts, the IP address of the LAN is used.

In vscode, How to disable the hot update? As we know, it will update immediately and go to the index.html when any file modified. And i dont want this, i...

Add `beforeReload` option. Now you can run a javascript function every time a change is detected. Example: ```javascript liveServer.start({ beforeReload: (changePath) => { console.log(changePath + " file has changed! Reloading...")...

## Issue description live-server does not support POST, however @devSonicgirl has a simple fix that makes POST possible \o/ https://github.com/tapio/live-server/issues/222 Would it be possible to integrate this to the main...

## Issue description Working on a mounted drive runs into [chokidar issue](https://github.com/paulmillr/chokidar/issues/564) and does not detect changes. The `usePolling` chokidar option fixes this. It'd be great if a `watchOptions` param...

## Issue description Under calling params: - `ignore`: should be a an **array** not a comma-separated string, e.g., `['scss', 'my/templates']` - `ignorePattern` is missing. Also an array. - `watch` is...

## Issue description When using **live-server** as a reverse proxy, the `Host` header doesn't sent to the back-end url. For example: `live-server --proxy=/:http://uaptc.azurewebsites.net`. When I navigate to `http://127.0.0.1:8080`, it will...