mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:20:43 +00:00
fix(workspace): allow @whiskeysockets/libsignal-node in onlyBuiltDependencies (#76539)
pnpm v9+ defaults blockExoticSubdeps=true, which rejects @whiskeysockets/libsignal-node — a tarball-URL subdep of @whiskeysockets/baileys. This silently breaks the WhatsApp channel and silences all inbound agent replies on fresh installs. Add @whiskeysockets/libsignal-node to onlyBuiltDependencies in both package.json and pnpm-workspace.yaml — the same exemption already used for @whiskeysockets/baileys itself. Fixes #76539.
This commit is contained in:
@@ -1790,6 +1790,7 @@
|
||||
"@tloncorp/api",
|
||||
"@tloncorp/tlon-skill",
|
||||
"@whiskeysockets/baileys",
|
||||
"@whiskeysockets/libsignal-node",
|
||||
"authenticate-pam",
|
||||
"esbuild",
|
||||
"node-llama-cpp",
|
||||
|
||||
Reference in New Issue
Block a user