Skip to content

Commit 3cfdbfe

Browse files
authored
fix(config): add resolutionMode highest to pnpm-workspace.yaml (#179)
* 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.
1 parent b4e2eaa commit 3cfdbfe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ignoreDependencyScripts: true
22
linkWorkspacePackages: false
3+
resolutionMode: highest
34

45
allowBuilds:
56
esbuild: true

0 commit comments

Comments
 (0)