openclaw - 💡(How to fix) Fix [Bug]: Agent very slow on onboarding and after, tries to install missing deps on every command [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#72311Fetched 2026-04-27 05:31:48
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×2closed ×1commented ×1

After installing version 2026.4.24 (cbcfdf6) app tries to install deps: on every command/chat prompt i can see that the app is running: amir 6987 6975 47 07:26 pts/4 00:00:04 npm install @anthropic-ai/[email protected] @anthropic-ai/vertex-sdk@^0.16.0 @aws-sdk/[email protected] @aws-sdk/[email protected] @aws-sdk/[email protected] @aws/bedrock-token-generator@^1.1.0 @clack/prompts@^1.2.0 @google/genai@^1.50.1 @homebridge/ciao@^1.3.6 @mariozechner/[email protected] @mariozechner/[email protected] @mariozechner/[email protected] @modelcontextprotocol/[email protected] @mozilla/readability@^0.6.0 @tencent-connect/qqbot-connector@^1.1.0 [email protected] ajv@^8.18.0 commander@^14.0.3 express@^5.2.1 linkedom@^0.18.12 mpg123-decoder@^1.0.3 node-edge-tts@^1.2.10 pdfjs-dist@^5.6.205 [email protected] silk-wasm@^3.7.1 [email protected] [email protected] ws@^8.20.0 zod@^4.3.6

This causes every iteration with the agent to take around 5 minutes. Also when running openclaw doctor i get: ┌ OpenClaw doctor │ ◇ Bundled plugins ────────────────────────────────────────────────────────────────────╮ │ │ │ Bundled plugin runtime deps are missing. │ │ - @anthropic-ai/[email protected] (used by amazon-bedrock-mantle) │ │ - @anthropic-ai/vertex-sdk@^0.16.0 (used by anthropic-vertex) │ │ - @aws-sdk/[email protected] (used by amazon-bedrock) │ │ - @aws-sdk/[email protected] (used by amazon-bedrock) │ │ - @aws-sdk/[email protected] (used by amazon-bedrock) │ │ - @aws/bedrock-token-generator@^1.1.0 (used by amazon-bedrock-mantle) │ │ - @clack/prompts@^1.2.0 (used by github-copilot) │ │ - @google/genai@^1.50.1 (used by google) │ │ - @homebridge/ciao@^1.3.6 (used by bonjour) │ │ - @mariozechner/[email protected] (used by anthropic-vertex) │ │ - @mariozechner/[email protected] (used by amazon-bedrock-mantle, anthropic, │ │ anthropic-vertex, fireworks, google, kimi-coding, lmstudio, ollama, openai, xai) │ │ - @modelcontextprotocol/[email protected] (used by browser) │ │ - @mozilla/readability@^0.6.0 (used by web-readability) │ │ - @tencent-connect/qqbot-connector@^1.1.0 (used by qqbot) │ │ - [email protected] (used by acpx) │ │ - commander@^14.0.3 (used by browser) │ │ - express@^5.2.1 (used by browser) │ │ - linkedom@^0.18.12 (used by web-readability) │ │ - mpg123-decoder@^1.0.3 (used by qqbot) │ │ - node-edge-tts@^1.2.10 (used by microsoft) │ │ - pdfjs-dist@^5.6.205 (used by document-extract) │ │ - [email protected] (used by browser) │ │ - silk-wasm@^3.7.1 (used by qqbot) │ │ - [email protected] (used by brave, browser, ollama, xai) │ │ - [email protected] (used by browser) │ │ - ws@^8.20.0 (used by browser, deepgram, elevenlabs, mistral, openai, qqbot, xai) │ │ - zod@^4.3.6 (used by qqbot) │ │ Fix: run openclaw doctor --fix to install them.

I am running with --fix it still showing them as missing everytime.

Root Cause

After installing version 2026.4.24 (cbcfdf6) app tries to install deps: on every command/chat prompt i can see that the app is running: amir 6987 6975 47 07:26 pts/4 00:00:04 npm install @anthropic-ai/[email protected] @anthropic-ai/vertex-sdk@^0.16.0 @aws-sdk/[email protected] @aws-sdk/[email protected] @aws-sdk/[email protected] @aws/bedrock-token-generator@^1.1.0 @clack/prompts@^1.2.0 @google/genai@^1.50.1 @homebridge/ciao@^1.3.6 @mariozechner/[email protected] @mariozechner/[email protected] @mariozechner/[email protected] @modelcontextprotocol/[email protected] @mozilla/readability@^0.6.0 @tencent-connect/qqbot-connector@^1.1.0 [email protected] ajv@^8.18.0 commander@^14.0.3 express@^5.2.1 linkedom@^0.18.12 mpg123-decoder@^1.0.3 node-edge-tts@^1.2.10 pdfjs-dist@^5.6.205 [email protected] silk-wasm@^3.7.1 [email protected] [email protected] ws@^8.20.0 zod@^4.3.6

This causes every iteration with the agent to take around 5 minutes. Also when running openclaw doctor i get: ┌ OpenClaw doctor │ ◇ Bundled plugins ────────────────────────────────────────────────────────────────────╮ │ │ │ Bundled plugin runtime deps are missing. │ │ - @anthropic-ai/[email protected] (used by amazon-bedrock-mantle) │ │ - @anthropic-ai/vertex-sdk@^0.16.0 (used by anthropic-vertex) │ │ - @aws-sdk/[email protected] (used by amazon-bedrock) │ │ - @aws-sdk/[email protected] (used by amazon-bedrock) │ │ - @aws-sdk/[email protected] (used by amazon-bedrock) │ │ - @aws/bedrock-token-generator@^1.1.0 (used by amazon-bedrock-mantle) │ │ - @clack/prompts@^1.2.0 (used by github-copilot) │ │ - @google/genai@^1.50.1 (used by google) │ │ - @homebridge/ciao@^1.3.6 (used by bonjour) │ │ - @mariozechner/[email protected] (used by anthropic-vertex) │ │ - @mariozechner/[email protected] (used by amazon-bedrock-mantle, anthropic, │ │ anthropic-vertex, fireworks, google, kimi-coding, lmstudio, ollama, openai, xai) │ │ - @modelcontextprotocol/[email protected] (used by browser) │ │ - @mozilla/readability@^0.6.0 (used by web-readability) │ │ - @tencent-connect/qqbot-connector@^1.1.0 (used by qqbot) │ │ - [email protected] (used by acpx) │ │ - commander@^14.0.3 (used by browser) │ │ - express@^5.2.1 (used by browser) │ │ - linkedom@^0.18.12 (used by web-readability) │ │ - mpg123-decoder@^1.0.3 (used by qqbot) │ │ - node-edge-tts@^1.2.10 (used by microsoft) │ │ - pdfjs-dist@^5.6.205 (used by document-extract) │ │ - [email protected] (used by browser) │ │ - silk-wasm@^3.7.1 (used by qqbot) │ │ - [email protected] (used by brave, browser, ollama, xai) │ │ - [email protected] (used by browser) │ │ - ws@^8.20.0 (used by browser, deepgram, elevenlabs, mistral, openai, qqbot, xai) │ │ - zod@^4.3.6 (used by qqbot) │ │ Fix: run openclaw doctor --fix to install them.

I am running with --fix it still showing them as missing everytime.

RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

After installing version 2026.4.24 (cbcfdf6) app tries to install deps: on every command/chat prompt i can see that the app is running: amir 6987 6975 47 07:26 pts/4 00:00:04 npm install @anthropic-ai/[email protected] @anthropic-ai/vertex-sdk@^0.16.0 @aws-sdk/[email protected] @aws-sdk/[email protected] @aws-sdk/[email protected] @aws/bedrock-token-generator@^1.1.0 @clack/prompts@^1.2.0 @google/genai@^1.50.1 @homebridge/ciao@^1.3.6 @mariozechner/[email protected] @mariozechner/[email protected] @mariozechner/[email protected] @modelcontextprotocol/[email protected] @mozilla/readability@^0.6.0 @tencent-connect/qqbot-connector@^1.1.0 [email protected] ajv@^8.18.0 commander@^14.0.3 express@^5.2.1 linkedom@^0.18.12 mpg123-decoder@^1.0.3 node-edge-tts@^1.2.10 pdfjs-dist@^5.6.205 [email protected] silk-wasm@^3.7.1 [email protected] [email protected] ws@^8.20.0 zod@^4.3.6

This causes every iteration with the agent to take around 5 minutes. Also when running openclaw doctor i get: ┌ OpenClaw doctor │ ◇ Bundled plugins ────────────────────────────────────────────────────────────────────╮ │ │ │ Bundled plugin runtime deps are missing. │ │ - @anthropic-ai/[email protected] (used by amazon-bedrock-mantle) │ │ - @anthropic-ai/vertex-sdk@^0.16.0 (used by anthropic-vertex) │ │ - @aws-sdk/[email protected] (used by amazon-bedrock) │ │ - @aws-sdk/[email protected] (used by amazon-bedrock) │ │ - @aws-sdk/[email protected] (used by amazon-bedrock) │ │ - @aws/bedrock-token-generator@^1.1.0 (used by amazon-bedrock-mantle) │ │ - @clack/prompts@^1.2.0 (used by github-copilot) │ │ - @google/genai@^1.50.1 (used by google) │ │ - @homebridge/ciao@^1.3.6 (used by bonjour) │ │ - @mariozechner/[email protected] (used by anthropic-vertex) │ │ - @mariozechner/[email protected] (used by amazon-bedrock-mantle, anthropic, │ │ anthropic-vertex, fireworks, google, kimi-coding, lmstudio, ollama, openai, xai) │ │ - @modelcontextprotocol/[email protected] (used by browser) │ │ - @mozilla/readability@^0.6.0 (used by web-readability) │ │ - @tencent-connect/qqbot-connector@^1.1.0 (used by qqbot) │ │ - [email protected] (used by acpx) │ │ - commander@^14.0.3 (used by browser) │ │ - express@^5.2.1 (used by browser) │ │ - linkedom@^0.18.12 (used by web-readability) │ │ - mpg123-decoder@^1.0.3 (used by qqbot) │ │ - node-edge-tts@^1.2.10 (used by microsoft) │ │ - pdfjs-dist@^5.6.205 (used by document-extract) │ │ - [email protected] (used by browser) │ │ - silk-wasm@^3.7.1 (used by qqbot) │ │ - [email protected] (used by brave, browser, ollama, xai) │ │ - [email protected] (used by browser) │ │ - ws@^8.20.0 (used by browser, deepgram, elevenlabs, mistral, openai, qqbot, xai) │ │ - zod@^4.3.6 (used by qqbot) │ │ Fix: run openclaw doctor --fix to install them.

I am running with --fix it still showing them as missing everytime.

Steps to reproduce

  1. install via curl (curl -fsSL https://openclaw.ai/install.sh | bash) or get 2026.4.24 (cbcfdf6)
  2. start the onboarding process

Expected behavior

In 2026.4.24 onboarding show take a few minutes

Actual behavior

  1. Onboarding takes 5 minutes on every step,
  2. After onboarding every operation takes almost 5 minutes 3 when running (different terminal) ps -ef | grep npm I can see trying to install deps every time

OpenClaw version

2026.4.24 (cbcfdf6)

Operating system

Ubuntu 22.04

Install method

No response

Model

Irrelevant

Provider / routing chain

default path

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

extent analysis

TL;DR

The issue is likely caused by the repeated installation of dependencies, and running openclaw doctor --fix may resolve the issue.

Guidance

  • Verify that the dependencies are being installed correctly by checking the output of openclaw doctor --fix for any errors.
  • Check the package.json file to ensure that the dependencies are listed and their versions match the ones being installed.
  • Try running npm install manually to see if it completes successfully and if the issue persists.
  • If the issue continues, try deleting the node_modules directory and running openclaw doctor --fix again to reinstall the dependencies.

Example

No code snippet is provided as it's not necessary for this issue.

Notes

The issue seems to be related to the installation of dependencies, and the openclaw doctor --fix command is not resolving the issue as expected. Further investigation is needed to determine the root cause of the problem.

Recommendation

Apply workaround: Run openclaw doctor --fix and verify that the dependencies are installed correctly. If the issue persists, try deleting the node_modules directory and running openclaw doctor --fix again.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

In 2026.4.24 onboarding show take a few minutes

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: Agent very slow on onboarding and after, tries to install missing deps on every command [1 comments, 2 participants]