From f742817fd15d0a255a44c7bb77847f792462359d Mon Sep 17 00:00:00 2001 From: jdalton Date: Mon, 13 Apr 2026 22:14:01 -0400 Subject: [PATCH] fix(config): add resolutionMode highest to pnpm-workspace.yaml Fixes ERR_PNPM_MISSING_TIME behind Socket Firewall by avoiding time-based resolution that requires the `time` field in registry metadata. --- pnpm-workspace.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index f6a49ae..908589b 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,5 +1,6 @@ ignoreDependencyScripts: true linkWorkspacePackages: false +resolutionMode: highest allowBuilds: esbuild: true