Can't ran the npx command successfully
I was able to start the agent successfully, but when I ran the command npx copilotkit@latest dev --port 8123, I encountered the following error. I’ve tried several approaches to modify the dependencies, but the issue persists. Could you please provide some suggestions to resolve this? Thanks in advance!
> Need to install the following packages:
> [email protected]
> Ok to proceed? (y) y
>
> SyntaxError: The requested module '@trpc/client' does not provide an export named
> 'unstable_httpBatchStreamLink'
>
hello! I am having the same issue: when i ran: npx copilotkit@latest dev --port 8123 I got: SyntaxError: The requested module '@trpc/client' does not provide an export named 'unstable_httpBatchStreamLink' The 'unstable_httpBatchStreamLink' might have changed into 'httpBatchStreamLink' in the latest version of trpc, but i might couldn't replace that code locally, it seemed like it was running script on the server sincerely hope you fix this issue! thanks a lot!