#CLI Gateway Mismatch

1 messages · Page 1 of 1 (latest)

sage basin
#

HAS ANYONE FOUND A FIX FOR THIS?! 😡

“the exact mismatch:

• /usr/local/bin/openclaw → 2026.4.12

• /data/.npm-global/bin/openclaw → 2026.4.15”

I feel like I’ve tried everything!

upbeat hollowBOT
manic nicheBOT
#

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

upbeat hollowBOT
broken flumeBOT
#

Yep, this usually means two installs exist, and your gateway service is still using the old one.

Most likely fix:

which -a openclaw
openclaw --version
/data/.npm-global/bin/openclaw gateway install --force
/data/.npm-global/bin/openclaw gateway restart
/data/.npm-global/bin/openclaw gateway status --deep

Why this helps:

  • which -a confirms both binaries are on PATH
  • using the absolute path avoids PATH weirdness
  • gateway install --force rewrites the service metadata to the binary you actually want