-
-
Notifications
You must be signed in to change notification settings - Fork 69k
memory-lancedb plugin: @lancedb/lancedb not bundled in Homebrew package #9702
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
The memory-lancedb plugin fails to load after a fresh Homebrew install because its @lancedb/lancedb dependency isn't bundled in the package.
Error
[plugins] memory-lancedb failed to load from /opt/homebrew/Cellar/openclaw-cli/2026.2.3-1/libexec/lib/node_modules/openclaw/extensions/memory-lancedb/index.ts: Error: Cannot find module '@lancedb/lancedb'
Workaround
Manual install in the extension directory:
cd /opt/homebrew/Cellar/openclaw-cli/2026.2.3-1/libexec/lib/node_modules/openclaw/extensions/memory-lancedb
# Remove workspace:* from devDependencies first
npm install --omit=devExpected Behavior
Plugin dependencies should be bundled in the Homebrew formula so memory-lancedb works out of the box when enabled.
Environment
- OpenClaw: 2026.2.3-1
- Install method: Homebrew
- OS: macOS (Apple Silicon)
- Node: v24.13.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.