# Live Server 실행 오류

## Live Server 플러그인 실행 오류

Live Server가 실행되지 않는 경우는 크게 두 가지이다.

1. 서버는 실행이 되지만 브라우저가 열리지 않는 경우
2. 서버가 실행되지 않는 경우

## 브라우저가 열리지 않는 경우

윈도우 기준으로 이 경우 확인해볼 내용은 다음과 같다.

* 시스템 환경 변수

Path에 다음 항목이 존재해야 한다.

* `%SystemRoot%` 또는 `C:\Windows`
* `%SystemRoot%\system32` 또는 `C:\Windows\system32`
* `%SystemRoot%\system32\Wbem` 또는 `C:\Windows\system32\Wbem`

## 서버가 실행되지 않는 경우

서버가 실행되지 않는 경우 다음을 시도해볼 수 있다.

* VSCode Live Server Extension Settings에서 다음 설정을 변경한다.
  * Use Local Ip as host 를 체크해본다.
  * Host 항목의 IP를 127.0.0.1 에서 ipconfig 명령으로 확인되는 IP로 변경한다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sysout.co.kr/etc/vscode/live-server-error.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
