Are your Vercel builds failing when you're trying to use got by Sindre Sorhus with Next.js 13 or 14?
Maybe you've stumbled upon this GitHub issue and looked for a solution but got confused with people's answers.
sindresorhus/gotπ Human-friendly and powerful HTTP request library for Node.js - sindresorhus/gotgithub.com/sindresorhus/got/issues/2267The fix is pretty simple.
- Go to your project settings on Vercel
- Scroll down to the
Node.js Version
section and select 20.x - Add a
got.d.ts
file to your project's root.
That should do the trick. Your Vercel builds will work again.