From f102ace7e86c31582ac28fe8659024cb6aef378d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 16 Aug 2026 11:25:07 +0200 Subject: [PATCH] Drop the stale sharp entry from pnpm-workspace.yaml's allowBuilds pnpm re-scaffolds this block from the current dependency tree when it finds unapproved build scripts; sharp is no longer a candidate, so pnpm install can't fill it in and errors out with ERR_PNPM_IGNORED_BUILDS. Co-Authored-By: Claude Sonnet 5 --- pnpm-workspace.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 1db316c..b1ef301 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,5 +2,4 @@ allowBuilds: argon2: true better-sqlite3: true esbuild: true - sharp: false unrs-resolver: false