#openclaw: command not found

1 messages Β· Page 1 of 1 (latest)

limber ermine
#

I already installed and using openclaw but sometimes somehow openclaw is deleted

tardy locustBOT
paper tapirBOT
#

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

tardy locustBOT
finite notchBOT
#

Let me check the docs first so I don’t guess the wrong cause.

#

It usually is not actually getting deleted.

Most of the time it is one of these:

  1. your PATH no longer includes the global OpenClaw bin
  2. you switched Node versions (nvm / fnm / asdf / similar), so openclaw is installed under a different Node

First, can you paste this:

openclaw --version
node -v
which openclaw
pnpm bin -g
echo "$PATH"

If openclaw still works right now, also paste: