glowy
glowy2y ago

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
Assertion failed: Unsupported workflow
Assertion failed: Unsupported workflow
Any idea what I might be doing wrong?
1 Reply
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View