glowyG
tRPC4y ago
1 reply
glowy

How can I use a fork of trpc-next?

Hey there, I've made a fork of @trpc in order to fix an issue inside of @trpc/next. I can build it and manually use it in my code. However, I'm struggling to reference the package directly from github in yarn. I put the following in my package.json file:

  "dependencies": {
    "@trpc/next": "skyriverbend/trpc#commit=9c0f4eb0896f06baeff789a841d4d9ae1b2a6f1b&workspace=@trpc/next",
  }


I'm getting an error when trying to run yarn

Assertion failed: Unsupported workflow


Any idea what I might be doing wrong?
Was this page helpful?