Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,17 @@ Try disabling extensions if you have this issue.

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

An example error you may encounter is:

```console
Error: EISDIR: illegal operation on a directory, watch 'C:/Users/me/project/vite.config.js'
```

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)
- A VirtualBox shared folder

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

Expand Down