Skip to content

fix: restore Vercel frozen lockfile install - #1

Draft
AMDphreak wants to merge 1 commit into
mainfrom
cursor/fix-outdated-lockfile-f116
Draft

fix: restore Vercel frozen lockfile install#1
AMDphreak wants to merge 1 commit into
mainfrom
cursor/fix-outdated-lockfile-f116

Conversation

@AMDphreak

Copy link
Copy Markdown
Contributor

Summary

Fixes the failed production Vercel deploy for packagehub-web-ep75 (ERR_PNPM_OUTDATED_LOCKFILE during pnpm install).

Root cause

Commit 18295ec ("Document experimental unified-binary distribution on PackageHub.") added @chenglou/pretext to root package.json but did not update pnpm-lock.yaml. Vercel runs a frozen lockfile install, which correctly rejects the mismatch.

The dependency is not imported or referenced anywhere in the repo (web app, docs, or scripts).

Fix

Remove the unused root dependency so package.json and pnpm-lock.yaml match again.

Verification

  • pnpm install --frozen-lockfile — passes
  • pnpm build:web — passes

Deploy impact

Once merged, the next Vercel production deploy on main should succeed at the install step.

Open in Web Open in Cursor 

Commit 18295ec added @chenglou/pretext to root package.json without
updating pnpm-lock.yaml, causing ERR_PNPM_OUTDATED_LOCKFILE on Vercel.
The dependency is unused anywhere in the repo, so remove it rather than
lock in an accidental root dependency.

Co-authored-by: Ryan Johnson <AMDphreak@users.noreply.github.com>
@vercel

vercel Bot commented Aug 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
packagehub-web-ep75 Ready Ready Preview Aug 25, 2026 9:45am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants