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
I upgraded my project to Vite 2.1.0. The next time I started the dev server, it failed with internal error:
08:53:26 [vite] Internal server error: ENOENT: no such file or directory, open 'd:\proj\AtlasCopco\EnsoUi\src\screens\legacy\metering_unit\Purge%20Meter1.tsx'
Reproduction
Should be easy, just put some blanks in file names or directories of unbundled dependencies.
System Info
vite version: 2.1.0
Operating System: Windows 10
Node version: 14.16
Package manager (npm/yarn/pnpm) and version: pnpm 5.18.7
I'm also facing the same issue
[vite] Internal server error: ENOENT: no such file or directory, open
'd:\Old%20Dell\Learnings\2021\reactjs\simple-react-app\src\App.tsx'
Describe the bug
I upgraded my project to Vite 2.1.0. The next time I started the dev server, it failed with internal error:
Reproduction
Should be easy, just put some blanks in file names or directories of unbundled dependencies.
System Info
vite
version: 2.1.0Logs (Optional if provided reproduction)
vite
orvite build
with the--debug
flag.log.txt
The text was updated successfully, but these errors were encountered: