sst / open-next

Open source Next.js serverless adapter
https://open-next.js.org
MIT License
3.86k stars 118 forks source link

Yarn berry support with pnp #245

Open ziggy6792 opened 11 months ago

ziggy6792 commented 11 months ago

Hey thanks a lot this is amazing!

I tried to use with a next app using yarn berry pnp yarn@3.6.3 and it does not work See lambda error below. I guess yarn berry pnp is not supported?

Thanks,

Screenshot 2023-09-26 at 3 01 19 AM

khuezy commented 11 months ago

Help us debug to see if this is fixable: https://github.com/sst/open-next/blob/main/packages/open-next/src/build.ts#L123-L145

ziggy6792 commented 11 months ago

Hey @khuezy thanks a lot for the fast reply. Unfortunately I do not have the skills to debug this. But I can provide a sample repo that builds and deploys with node-modules but does not work with pnp if you would like?