-
-
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
Fail to run test with node 16.1.0 #2251
Comments
Update your Node version to latest Node 16.x at least |
But the document says it requires node >= v14 to use vitest v0.24.4. I think one of them should be fixed. By the way, I circumvented this issue by downgrading vitest to 0.24.3 :) |
Yes, Vitest should support it. I just told how to fix it in the meantime 😄 |
I have the exact same problem with Node.js 14.16.0. |
This was referenced Nov 3, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
It throws unhandled error.
Reproduction
I downloaded stackblitz sample vitest project and run it in node 16.1.0 without any change.
https://stackblitz.com/fork/github/vitest-dev/vitest/tree/main/examples/basic?initialPath=__vitest__
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: