Upgrading sharp from 0.33.1
to 0.33.2
breaks Next.js build on Vercel
#3955
Labels
0.33.1
to 0.33.2
breaks Next.js build on Vercel
#3955
After upgrading the sharp package, I was unable to deploy with the following error when "collecting build traces":
My understanding is that Next.js is walking through
node_modules
to understand which files need to be included in the lambda runtime. Is there something in sharp, or its dependencies, that could have a really deep or recursive folder structure?The text was updated successfully, but these errors were encountered: