Closed federico-bellucci closed 9 months ago
I can see from your Wallaby Diagnostics report that Wallaby is using node@16.12.0
.
Vitest 1.0 requires Vite >=v5.0.0 and Node >=v18.0.0.
By default, Wallaby uses the version of node available in your system path. If you already have a more recent version of node installed, you may need to update your VS Code configuration to explicitly provide your node path with the VS Code setting, wallaby.node
:
If that does not work for you, can you please provide an updated diagnostics report?
This fixes the issue. Thanks
Yes, I can confirm that did the trick. Thank you very much
Issue description or question
After updating vitest to the latest version (1.2.2) I am getting this error on the Wallaby console in Visual Studio code:
I've tried downgrading vitest to version 0.34.6 and it started working again.
Wallaby diagnostics report