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
Hi all, I am new to vite and just trying to get my tests running. However, when I tried to start the extension, it always resulted in the same error below
I am using below versions
vscode 1.89.0
vscode extension 0.10.7
[INFO 11:16:07 AM] [v0.10.7] Vitest extension is activated because Vitest is installed or there is a Vite/Vitest config file in the workspace.
[INFO 11:16:10 AM] [API] Running Vitest: v1.6.0 (vite.config.ts)
[INFO 11:16:10 AM] [API] Starting Vitest process with Node.js: C:\Program Files (x86)\nodejs\node.EXE
[Error 11:16:18 AM] [Error Error] Vitest failed to start:
r
Error: Vitest failed to start:
r
at ChildProcess.f (c:\Users\[my username]\.vscode\extensions\vitest.explorer-0.10.7\dist\extension.js:19:333)
at ChildProcess.emit (node:events:517:28)
at emit (node:internal/child_process:944:14)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Version
0.10.7
Validations
Check that you are using the latest version of the extension
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
I seemed to have gotten the extension running after upgrading node version from 16.15.1 to 20.13.1. Maybe could consider adding compatible node versions to the docs?
Describe the bug
Hi all, I am new to vite and just trying to get my tests running. However, when I tried to start the extension, it always resulted in the same error below
I am using below versions
vscode 1.89.0
vscode extension 0.10.7
I have tried
but none of them works
Reproduction
https://github.com/vitest-dev/vitest/tree/main/examples/basic
I have tried with the example code from vitest and also could not start the extension (running npm test can run tests tho
Output
Version
0.10.7
Validations
The text was updated successfully, but these errors were encountered: