You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vite seems to fail to resolve some paths that are inside an NTFS junction. NTFS is the default file system used on Windows. For those not familiar, an NTFS junction is kind of like a symlink, but is mostly transparent to applications in that I don't think they normally need special handling and can reference them just like a regular folder. Perhaps this is not the case for Vite, however.
I initially reported this issue in Vitepress: vuejs/vitepress#4449
And then came across this issue reported in Svelte: sveltejs/kit#3579
But I think the issue may be in Vite itself. (Or is it in Node? 🤔)
Reproduction
Cannot use StackBlitz for reproduction since it requires Windows and NTFS filesystem
Steps to reproduce
I haven't had a chance to develop full reproduction steps as yet, but just want to document this here for now. I'll attempt to flesh it out further when I get time.
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
Vite seems to fail to resolve some paths that are inside an NTFS junction. NTFS is the default file system used on Windows. For those not familiar, an NTFS junction is kind of like a symlink, but is mostly transparent to applications in that I don't think they normally need special handling and can reference them just like a regular folder. Perhaps this is not the case for Vite, however.
I initially reported this issue in Vitepress: vuejs/vitepress#4449
And then came across this issue reported in Svelte: sveltejs/kit#3579
But I think the issue may be in Vite itself. (Or is it in Node? 🤔)
Reproduction
Cannot use StackBlitz for reproduction since it requires Windows and NTFS filesystem
Steps to reproduce
I haven't had a chance to develop full reproduction steps as yet, but just want to document this here for now. I'll attempt to flesh it out further when I get time.
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: