You are using Node.js 18.17.1. For Next.js, Node.js version "^18.18.0 || ^19.8.0 || >= 20.0.0"
can somebody help me with that... I am using the latest nodejs version I've tried everything I could possibly find lol
I am trying to deploy a nextjs project to cloudflare pages
3 Replies
There's no problem with it getting deployed to github pages or vercel
Set an environment variable
NODE_VERSION for the project on the dashboard to 23.7.0 or similarThank you.