Skip to content

Commit

Permalink
docs: cross drive links troubleshooting guide (#13392)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed May 31, 2023
1 parent d1cb99e commit 2497756
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/guide/troubleshooting.md
Expand Up @@ -154,3 +154,14 @@ If these code are used inside dependencies, you could use [`patch-package`](http
### Browser extensions

Some browser extensions (like ad-blockers) may prevent the Vite client from sending requests to the Vite dev server. You may see a white screen without logged errors in this case. Try disabling extensions if you have this issue.

### Cross drive links on Windows

If there's a cross drive links in your project on Windows, Vite may not work.

An example of cross drive links are:

- a virtual drive linked to a folder by `subst` command
- a symlink/junction to a different drive by `mklink` command (e.g. Yarn global cache)

Related issue: [#10802](https://github.com/vitejs/vite/issues/10802)

0 comments on commit 2497756

Please sign in to comment.