opennextjs / opennextjs-aws

Open-source Next.js adapter for AWS
https://opennext.js.org
MIT License
4.14k stars 127 forks source link

Yarn berry support with pnp #245

Open ziggy6792 opened 1 year ago

ziggy6792 commented 1 year 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 1 year 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 1 year 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?