Trying to deploy my NextJS project with supabase auth to vercel and I keep getting this error:
npm error Invalid Version:
npm error A complete log of this run can be found in: /vercel/.npm/_logs/2025-09-03T05_28_23_906Z-debug-0.log
Error: Command "npm install" exited with 1
Updated the versions in my package.json, removed package-lock.json and node_modules and then did npm i to reinstall and still the same issue. No more info provided about what version is invalid.
Running npm run build locally runs fine without any issues.
This is my github repo that I am trying to import: