Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vite 2.1.0 dev server regression: Internal server error with blanks in paths #2524

Closed
gunters63 opened this issue Mar 16, 2021 · 1 comment
Closed

Comments

@gunters63
Copy link

gunters63 commented Mar 16, 2021

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:

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

Logs (Optional if provided reproduction)

  1. Run vite or vite build with the --debug flag.
  2. Provide the error log here.
    log.txt
@basithmiet
Copy link

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'

@github-actions github-actions bot locked and limited conversation to collaborators Jul 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants