Files
ProxmoxVE/install
TowyTowy f1b2bd0486 fix(adventurelog): allow pnpm build scripts so install/update doesn't abort (#15681)
AdventureLog's frontend install runs a bare `pnpm i`. On pnpm v10+, build
scripts of dependencies (esbuild, es5-ext, svelte-preprocess) are ignored by
default and pnpm aborts with ERR_PNPM_IGNORED_BUILDS (exit 1), so the install
never reaches `pnpm build`. The shipped frontend/pnpm-workspace.yaml already
pins esbuild, so those builds are expected to run.

Enable the builds for this app only by appending `dangerouslyAllowAllBuilds:
true` to the frontend's pnpm-workspace.yaml before `pnpm i`, in both the install
and update paths. The change is guarded so it is not duplicated on re-run, and
it is scoped to AdventureLog (which ships no onlyBuiltDependencies) to avoid the
global config conflict that a repo-wide setting would cause.

Fixes #15670

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-11 20:07:05 +02:00
..
2026-06-12 09:27:45 +02:00
2026-06-10 22:04:45 +02:00
2026-06-27 21:07:03 +02:00
2026-06-29 22:30:31 +02:00
2026-07-05 21:34:42 +02:00
2026-06-29 09:59:43 +02:00
2026-06-30 19:44:42 +10:00
2026-07-05 22:28:00 +02:00
2026-06-16 13:26:24 +02:00
2026-06-29 23:11:26 +02:00
2026-05-19 08:50:45 +02:00
2026-07-11 20:00:36 +02:00
2026-05-24 12:27:38 +02:00
2026-07-01 15:34:50 +02:00
2026-06-25 14:06:24 +02:00
2026-06-22 21:11:47 +02:00
2026-07-02 11:06:43 +02:00
2026-06-29 13:24:52 +02:00
2026-05-19 23:42:26 +02:00
2026-06-06 22:20:40 +02:00
2026-07-10 10:57:27 +02:00
2026-05-29 23:49:34 +02:00
2026-06-06 22:11:21 +02:00
2026-06-06 16:08:46 +02:00