Tag: Vercel
-
Resolve Vercel deploy Error: Found invalid Node.js Version: “>=20.9.0”.
If you’re deploying an application on Vercel and encounter the following error: Error: Found invalid Node.js Version: “>=20.9.0”. Please set “engines”: { “node”: “18.x” } in your package.json file to use Node.js 18. There’s no need to downgrade your application to Node.js 18. Here’s how you can fix the issue without downgrading: Your new deployment should successfully…