zhangzhenghe
zhangzhenghe
I had the same problem
> I encountered a similar issue. I followed the steps for [Self-host private packages](https://sandpack.codesandbox.io/docs/guides/hosting-the-bundler#self-host-the-proxy) and configured "Self-host the proxy" using the [example demo](https://github.com/codesandbox/sandpack/tree/main/examples/custom-npm-registry). Everything seemed to work fine, but I...
Customizing the esbuild-wasm version solves this problem `import { Playground, setup } from 'code-kitchen'; setup({ esbuildWasmPath: "https://cdn.jsdelivr.net/npm/[email protected]", }) `