Replies: 1 comment
-
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
-
I'm looking into reporting a potential bug, and in the process, I wanted to submit a PR with a failing test. So I forked the repository and followed the rest of the "contributing guide" instructions, including setting up pnpm and running
pnpm install
. After all that's done, I still get the following error:Screenshot
It appears not only in the editor, but also running the tests:
Screenshot
What am I missing? I have no prior experience with
pnpm
, pnpm workspaces, or monorepos in general. So maybe I'm doing something wrong.Beta Was this translation helpful? Give feedback.
All reactions