Henry

Results 2 comments of Henry

> 请问 解决了吗?我在 nextjs 15 上 还有这个问题 [@airbai](https://github.com/airbai) [@ss707494](https://github.com/ss707494) [@klover2](https://github.com/klover2) 应该是 trubopack 的兼容性问题,我的解决办法是要么去除 --turbopack, 要么在 nextConfig 里声明 ```typescript const nextConfig: NextConfig = { serverExternalPackages: ['wechatpay-node-v3', 'formidable', 'superagent'], } ```