Portfolio-deploy - v0 by VercelPortfolio-deploy - v0 by Vercel
Cloned calmlcek/calmlcek to start this chat.
fix it and make ready to deploy
78d ago
No debug logs exist for this deploy. The config and .npmrc look correct. The previous deploy failures were all pnpm install exit code 236 (peer deps). The Radix packages are on older versions that have strict peer deps against React 18, conflicting with React 19.2.3. Let me upgrade all Radix packages to their latest versions that support React 19:
Also upgrade the other packages that might have React 18 peer deps:
Now delete the lockfile so it regenerates fresh with the updated versions:
Upgraded all Radix UI packages to their latest patch versions (which include React 19 peer dep support), used ^ ranges so pnpm can resolve compatible versions, and deleted the stale lockfile so it regenerates cleanly. This should resolve the pnpm install exit code 236 peer dependency conflict.