You are using Node.js 16.17.0. For Next.js, Node.js version >= v18.17.0 is required.
i have installed the latest version of next js via
npx create-next-app@latest
i have node js version 20.12.1
i checked with node -v , i have also checked the path variable it does point to my node js folder ,i reinstalled node js , but unfourtuntely that all didn't work i am using npm run dev
to run the project0 Replies