tRPCttRPC
Powered by
glowyG
tRPC•4y 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",
  }
  "dependencies": {
    "@trpc/next": "skyriverbend/trpc#commit=9c0f4eb0896f06baeff789a841d4d9ae1b2a6f1b&workspace=@trpc/next",
  }


I'm getting an error when trying to run
yarn
yarn


Assertion failed: Unsupported workflow
Assertion failed: Unsupported workflow


Any idea what I might be doing wrong?
tRPCJoin
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,015Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Use TRPC function inside of a TRPC function
santiSsanti / ❓-help
3y ago
Can i use a single trpc proxy client in NextJS 12?
skylerdjSskylerdj / ❓-help
12mo ago