PoC Reveals Incompatibility about Vitest. Should I Raise an Issue on Vitest or Deno Repository? #19565
Unanswered
ShortArrow
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
https://github.com/ShortArrow/PoC_deno_vite_react_typescript_vitest
I've created a proof of concept (PoC) using Deno, Vite, React, TypeScript, and Vitest.
Through this PoC, I've discovered that Vitest is not compatible with a configuration of Vite + Deno + React. I'm considering raising an issue about this, but I'm unsure where it would be most appropriate to do so. Should I raise it on the Vitest repository or the Deno repository?
Problem
Vitest said "Cannot find module npm:vite@^4.3.9".
Vite config health are OK.
Beta Was this translation helpful? Give feedback.
All reactions