Update Stuck on Old Version — NPM Migration
Can't update past an old version? The package was renamed from clawdbot to openclaw.
⚠️ The Problem
You try to update OpenClaw but stay on the old version:
npm uninstall -g clawdbotnpm install -g clawdbot@latestclawdbot --version# Still shows: 2026.1.24-3Or you see npm deprecation warnings during install.
🔍 Why This Happens
In early 2026, the project was renamed from clawdbot to openclaw. The old clawdbot npm package is frozen and won't receive updates.
If you're updating the old package name, you'll stay on old versions forever.
✅ The Fix
Install the new package name:
npm install -g openclaw@latestVerify you have the new CLI:
openclaw --versionRun doctor to migrate config and services:
openclaw doctorIf your PATH doesn't include the npm global bin directory:
export PATH="$HOME/.npm-global/bin:$PATH"# Add this to ~/.bashrc or ~/.zshrc to persistAfter updating, restart the gateway:
openclaw gateway restartYou can safely remove the old package:
npm uninstall -g clawdbot🔥 Your AI should run your business, not just answer questions.
We'll show you how.Free to join.
📋 Quick Commands
| Command | Description |
|---|---|
| npm install -g openclaw@latest | Install the current package |
| openclaw doctor | Migrate config and services |
| openclaw --version | Verify installation |
Related Issues
📚 You Might Also Like
How to Update OpenClaw (3 Easy Methods)
Keep your AI assistant running the latest version. Three ways to update — from one-word commands to manual CLI.
OpenClaw Backup Strategy: Never Rebuild Your Agent From Scratch Again
Your OpenClaw server dies. Hardware failure, VPS provider goes down, a botched update bricks the config, someone nukes the server by mistake. Pick any scenario.
AI Assistant for Sales Professionals
Close more deals, update less CRM
Jira
Connect OpenClaw to Jira for AI-powered project management. Create tickets, update sprints, and manage your backlog with natural language.
🐙 Your AI should run your business.
Weekly live builds + template vault. We'll show you how to make AI actually work.Free to join.
Join Vibe Combinator →