#Downloading Openclaw
1 messages · Page 1 of 1 (latest)
Hey esc! The download failing mid-way is usually one of two things either your Node.js version is too old (needs to be 18 or higher) or your internet connection dropped during the npm install.
Try these:
- Run
node --versionin your terminal — what does it say? - Try running the install again with
npm install -g openclaw --verboseso you can see exactly where it's failing
Let me know what you see and I'll help you get it working.
My node version is v22.22.2. It fails at [2/3] for installing openclaw, it says npm. Here is the exact error message: [2/3] Installing OpenClaw ✓ Git already installed · Installing OpenClaw (latest) ! npm install failed for openclaw@latest Command: env SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm --loglevel error --silent --no-fund --no-audit install -g openclaw@latest Installer log: /var/folders/3z/c6mlmhhs79lfgm9t69k1ykfc0000gn/T/tmp.Y2Qw40emkx ! npm install failed; showing last log lines ! npm install failed; retrying ! npm install failed for openclaw@latest Command: env SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm --loglevel error --silent --no-fund --no-audit install -g openclaw@latest Installer log: /var/folders/3z/c6mlmhhs79lfgm9t69k1ykfc0000gn/T/tmp.Y8qWikEgvp ! npm install failed; showing last log lines charliekilian@charlies-MacBook-Pro-2 ~ %
Hey! Your Node version is fine. The issue is with the sharp/libvips image library failing to install on Mac. Try this fix:
npm install -g openclaw --ignore-scripts
If that works, OpenClaw should install. If it still fails, try:
brew install vips first, then run the install again.
Let me know how it goes!
It is now just continually spinning dots in a rectangle. is this an issue with my mac book pro i’ve never really used it and it’s a 2022 model
The spinning dots usually means OpenClaw installed but the gateway isn't starting properly on Mac. Try this:
- Open a new terminal window
- Run
openclaw gateway start - Then in another terminal run
openclaw dashboard
If it still spins, your Mac is probably fine — this is a common setup issue. Let me know what happens!
It get stuck at 2/3 Git already installed, then it says installing openclaw but it just sits there. i tired trouble shooting with chatgpt but nothing works