-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
0.26.0 causes TypeError: __vite_ssr_import_1__.default.fileURLToPath is not a function #2531
Comments
I have the same problem! This happens when the |
Been trying to fix this all morning. I noticed if I added
to the
and |
You should be able to fix this temporary by enabling |
Added to my
But getting the same error |
Same issue here. Reverting to 0.25.7 fixes this. |
Enabling Here is my reproducible example: https://stackblitz.com/edit/vitest-dev-vitest-qu86fl |
Vitest 0.26.0 was causing crashes during tests. I posted an issue here vitest-dev/vitest#2531
Vitest 0.26.0 was causing crashes during tests. I posted an issue here vitest-dev/vitest#2531
Describe the bug
The upgrade from
0.25.7
to0.26.0
causes this crash when runningvitest run
Reproduction
Upgrading to
0.26.0
System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: