#Unable to install missing bundled dependencies after :npm install -g openclaw@latest. Openclaw 4.24

1 messages ยท Page 1 of 1 (latest)

versed hornet
#

PS C:\Users\lehie> openclaw doctor --fix โ”‚
โ”‚ Installed bundled plugin deps: @anthropic-ai/sdk@0.90.0, โ”‚
โ”‚ @anthropic-ai/vertex-sdk@^0.16.0, @aws-sdk/client-bedrock-runtime@3.1034.0, โ”‚
โ”‚ @aws-sdk/client-bedrock@3.1034.0, @aws-sdk/client-s3@3.1034.0, โ”‚
โ”‚ @aws-sdk/credential-provider-node@3.972.34, @aws-sdk/s3-request-presigner@3.1034.0, โ”‚
โ”‚ @aws/bedrock-token-generator@^1.1.0, @azure/identity@^4.13.1, @buape/carbon@0.16.0, โ”‚
โ”‚ @clack/prompts@^1.2.0, @discordjs/voice@^0.19.2, @google/genai@^1.50.1, โ”‚
โ”‚ @grammyjs/runner@^2.0.3, @grammyjs/transformer-throttler@^1.2.1, โ”‚
โ”‚ @homebridge/ciao@^1.3.6, @larksuiteoapi/node-sdk@^1.61.1, @line/bot-sdk@^11.0.0, โ”‚
โ”‚ @mariozechner/pi-agent-core@0.70.2, @mariozechner/pi-ai@0.70.2, โ”‚
โ”‚ @mariozechner/pi-coding-agent@0.70.2, @matrix-org/matrix-sdk-crypto-nodejs@^0.4.0, โ”‚
โ”‚ @matrix-org/matrix-sdk-crypto-wasm@18.2.0, @microsoft/teams.api@2.0.8, โ”‚
โ”‚ @microsoft/teams.apps@2.0.8, @modelcontextprotocol/sdk@1.29.0, โ”‚
โ”‚ @mozilla/readability@^0.6.0, @slack/bolt@^4.7.0, @slack/web-api@^7.15.1, โ”‚
โ”‚ @tencent-connect/qqbot-connector@^1.1.0, @tloncorp/tlon-skill@0.3.5, โ”‚
โ”‚ @twurple/api@^8.1.3, @twurple/auth@^8.1.3, @twurple/chat@^8.1.3, @urbit/aura@^3.0.0, โ”‚
โ”‚ @whiskeysockets/baileys@7.0.0-rc.9, acpx@0.5.3, ajv@^8.18.0, commander@^14.0.3, โ”‚

20:21:44 [plugins] amazon-bedrock failed to load from C:\Users\lehie\AppData\Roaming\npm\node_modules\openclaw\dist\extensions\amazon-bedrock\index.js: Error: Cannot find module '@aws-sdk/client-bedrock'
Require stack:

  • C:\Users\lehie.openclaw\plugin-runtime-deps\openclaw-2026.4.24-38bcd4313d3c\dist\extensions\amazon-bedrock\discovery.js
glad deltaBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

versed hornet
#

@wintry whale

hazy current
#

I'm having this same issue, and my openclaw gateway wont start

versed hornet
gleaming egret
#

same here bor

pliant ether
#

Same. Anyone manage to fix this yet?

wintry whaleBOT
#

Short version: not confirmed fixed on stable yet. 2026.4.24 is still the current stable npm release, and this looks like the bundled plugin runtime deps bug/pathing issue again.

Safest workaround Iโ€™d try on Windows:

openclaw --version
openclaw gateway stop

Rename-Item "$HOME\.openclaw\plugin-runtime-deps" "plugin-runtime-deps.bak-$(Get-Date -Format yyyyMMdd-HHmmss)"

npm install -g openclaw@2026.4.23
openclaw doctor --fix
openclaw gateway start

If you want to help test instead of rolling back: