Replies: 1 comment
-
I've since seen that vitest is a monorepo and I wouldn't be able to consume it in my project directly anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since you are using pnpm, this probably doesn't matter too much, but thought I should throw it out there for awareness.
I am trying to use the Vitest master branch to validate a bug fix prior to the release being cut. When I tried to import the git dependency to my project, I experienced an error that was hard for me to diagnose because I don't use pnpm.
It took me a while to realize it was caused by the vitest
package.json
and not something on my side. Had no help searching for the error in relation to npm.vitest/package.json
Line 61 in 5993ce1
Beta Was this translation helpful? Give feedback.
All reactions