SebasPtschS
tRPC14mo ago
3 replies
SebasPtsch

tRPC Client Bundling `node_modules`

Hey team, I've been having an issue recently where tRPC seems to be bundling a .pnpm and node_modules in
@trpc/client
. This is causing a lot of errors as I'm not using pnpm:

<project>/node_modules/@trpc/client/dist/TRPCClientError.mjs
import { _ as _define_property } from './node_modules/.pnpm/@swc_helpers@0.5.13/node_modules/@swc/helpers/esm/_define_property.mjs';


This issue seems to first appear in rc 630.
Was this page helpful?