[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Help](/c/help/9)

# ⚠️ pnpm --filter game-web build (fails in this environment

54 views · 0 likes · 4 posts


Ericb (@ericbrustad-5125) · 2025-10-23

I dont know what to do. ❌ pnpm --filter game-web build (fails because Corepack cannot download pnpm through the proxy tunnel). see and understand the problem! -->

<!-- Current work — 2025-10-16 02:15:00Z
BANNER, COVER, MEDIA COUNT — 2025-10-15 11:58:45Z
Branch work — 2025-10-14 21:27:31Z
Device & Response UI Package
----------------------------
## Update Log
- 2025-10-25 — Vercel Node 22.x alignment & safeguard refresh. Commit: (pending HEAD)
  - Direct links: `apps/game-web/package.json`, `tools/vercel-info.mjs`, `apps/game-web/pages/settings.jsx`, `README.txt`
  - Notes: Raised the game workspace engines to Node 22.x for Vercel compatibility, updated the build diagnostics to warn when the runtime drifts, refreshed the Settings safeguards/log, and reconfirmed the offline build after the upgrade.
- 2025-10-24 — Offline pnpm primary workflow & build script aliases. Commit: (pending HEAD)
  - Direct links: `package.json`, `apps/game-web/pages/settings.jsx`, `README.txt`
  - Notes: Promoted the offline pnpm shim to the default build command, added an opt-in standard pnpm script for proxy testing,
    documented the workflow so teammates skip Corepack downloads, and refreshed the Settings safeguards/log transcript.
- 2025-10-22 — Offline pnpm shim & TypeScript-free previews. Commit: (pending HEAD)
  - Direct links: `tools/offline-pnpm.mjs`, `apps/admin/pages/preview/[slug].jsx`, `apps/game-web/pages/index-supabase.jsx`, `package.json`, `apps/admin/pages/index.jsx`, `apps/admin/pages/api/admin-meta.js`
  - Notes: Added a local pnpm shim that routes `--filter` commands to the Next.js binaries for admin and game builds, dropped TypeScript-only entry points so offline builds stop downloading `@types/*`, refreshed the settings footer snapshot, and logged the GPT pairing that validated the fix.
- 2025-10-20 — Monorepo workspace bootstrap & shared package scaffold. Commit: (pending HEAD)
  - Direct links: `package.json`, `pnpm-workspace.yaml`, `turbo.json`, `apps/admin/**`, `apps/game-web/**`, `packages/shared/**`
  - Notes: Migrated the repo into a pnpm/turbo monorepo with Next.js apps relocated to `apps/admin` and `apps/game-web`, added
    workspace-aware GitHub paths plus Supabase/media mirroring, and introduced a starter shared workspace for cross-app types.
- 2025-10-20 — Supabase media upload repair & auto slugging workflow. Commit: (pending HEAD)
  - Direct links: `pages/api/upload.js`, `pages/api/list-media.js`, `pages/api/media/delete.js`, `lib/supabase-storage.js`, `components/MediaPool.jsx`, `pages/index.jsx`
  - Notes: Restored Supabase Storage


Jacob Paris (@jacobparis) · 2025-10-23

Can you explain more about the error you're getting with corepack?


Ericb (@ericbrustad-5125) · 2025-10-24

github repo using vercel i get blocked by a proxy trying pnpm


Ericb (@ericbrustad-5125) · 2025-10-24

for me, somehow i had to make a proxy of 8000 for it to work. actually just using yarn now but pnpm tested good on the proxy, oh btw i am using codex to write the code and then its updated to github which i can run on vercel. I am a newbie but this was a hell of a test for me