OpenClaw 2026.3.22 업그레이드 후 Control UI 자산 오류에 대한 해결 방법

✍️ OpenClawRadar📅 게시일: March 28, 2026🔗 Source
OpenClaw 2026.3.22 업그레이드 후 Control UI 자산 오류에 대한 해결 방법
Ad

OpenClaw 2026.3.22 업그레이드 오류 및 해결 방법

r/openclaw의 한 사용자가 OpenClaw 버전 2026.3.22로 업그레이드한 후 나타나는 "Control UI assets not found" 오류에 대한 임시 해결책을 공유했습니다. 오류 메시지는 다음과 같습니다: "Control UI assets not found. Build them with pnpm ui:build (auto-installs UI deps), or run pnpm ui:dev during development."

Homebrew Node가 설치된 macOS에서 해결하는 단계

이 해결책은 업그레이드 과정에서 control-ui 폴더를 보존하는 방법을 포함합니다:

  • 먼저 베타 버전을 설치합니다: npm install -g [email protected]
  • control-ui 폴더를 다음 위치에서 복사합니다: /opt/homebrew/lib/node_modules/openclaw/dist/control-ui
  • 안정판으로 업그레이드합니다: npm install -g openclaw@latest
  • 새로운 설치 디렉토리에 control-ui 폴더를 다시 붙여넣습니다

사용자는 동일한 접근 방식이 다른 시스템에서도 작동할 것이라고 언급하며, 핵심은 베타 설치 후 OpenClaw 설치 디렉토리에서 control-ui 폴더를 찾아 안정판 업그레이드 후 복원하는 것입니다.

📖 Read the full source: r/openclaw

Ad

👀 See Also