A community member is trying to run pnpm dev in VSCode but is getting an error: "Cannot find matching keyid". They are a beginner forking projects from GitHub and would like to learn how to work with a locally installed builder. Another community member suggested a link to a GitHub issue, but the original poster is still stuck. The discussion continues with the community members trying different approaches, such as deleting the container and reinstalling everything, but they are still encountering issues like "Secret is incorrect" and "getaddrinfo ENOTFOUND wstd.dev". There is no explicitly marked answer in the comments.
I'd like te play around with a locally installed builder, however I'm stuck at running "pnpm dev" in vscode, because I get an error.
Error: Cannot find matching keyid
I'm pretty much a beginner forking stuff from github, but I'd like to learn it for projects like these. I feel like just missing something here to make this work. Tried with ChatGPT but it only wants to reinstall corepack wihch makes no effect.
I wanted to mention here as well, I ended up deleting the whole container and reinstalled everything for this project from scratch. Now the log in worked! π
on the same path as you and I just did the same, but am now getting an error of getaddrinfo ENOTFOUND wstd.dev on running the final pnpm dev command...