Issue Summary: My application is failing to deploy on Vercel with the following error during the install step:
npm error Invalid Version:Build Logs:
[09:56:24.942] Running build in Washington, D.C., USA (East) – iad1 [09:56:24.943] Build machine configuration: 2 cores, 8 GB [09:56:24.956] Cloning github.com/manishdashsharma/auth-flow (Branch: main, Commit: 6a7185e) [09:56:25.093] Previous build caches not available [09:56:25.210] Cloning completed: 254.000ms [09:56:26.986] Running "vercel build" [09:56:27.440] Vercel CLI 44.6.4 [09:56:27.738] Installing dependencies... [09:56:28.804] npm error Invalid Version: [09:56:28.806] npm error A complete log of this run can be found in: /vercel/.npm/_logs/2025-08-01T04_26_28_009Z-debug-0.log [09:56:28.837] Error: Command "npm install" exited with 1 Expected Behavior: I expect the app to install dependencies and build successfully, then deploy as usual.
Steps to Reproduce:
- Connect GitHub repo:
auth-flow - Deploy to Vercel (auto build using default settings)
- Observe failure during
npm install
What I’ve Tried:
- Double-checked
package.jsonfor version errors - Cleared and reinstalled local dependencies
- Deployment from a fresh branch — still fails
- No specific version is defined with an invalid string (e.g., empty or malformed
versioninpackage.json)
Repository: https://github.com/manishdashsharma/auth-flow
Any help to resolve this would be appreciated. Please let me know if additional logs or access are needed.


This what i did
The build is now ok