I’ve just signed up and tried to deploy my next.js application. It has successfully deployed numerous times on vercel so I was a bit confused why it failed here.
The issue seems to be on the yarn install and it seems to die around the make call in node-sass.
I originally had the default yarn build and tried out next build but it seems to fail before even that.
That seemed to work. I checked my local and I was indeed running node v14.17.0 so that’s why I didn’t see the same issue locally. Weird that it fails on node v16 though.
Either way, I appreciate the help as the deploy succeeded! Thanks you!!