Fix Claude Code Installation on Windows: From npm Errors to Official Native Method

2 months ago 高效码农

Troubleshooting Claude Code Installation on Windows: From npm Errors to the Official Native Method You were probably excited to try out Anthropic’s Claude Code assistant on your Windows machine. You opened your terminal, typed npm install -g @anthropic-ai/claude-code, and hit Enter. Instead of a success message, you were greeted with a frustrating cascade of red error text, including something like link … ENOENT and perhaps a username in a non-Latin script. Don’t worry. You haven’t done anything wrong, and you’re not alone. This guide will walk you through exactly why these standard-looking installation steps fail, provide you with verified, clear …

Why Your OpenClaw Feishu Plugin Setup Fails on Windows (QR Codes, Conflicts & Uninstall Fixes)

3 months ago 高效码农

OpenClaw Feishu Plugin Setup on Windows: Fix QR Code Scanning, Plugin Conflicts, and Uninstall Issues Setting up OpenClaw with the Feishu (Lark) plugin on Windows looks straightforward on paper — a few commands and you’re done. In practice, you’ll likely hit several non-obvious failures: a QR code that refuses to scan, duplicate plugin registrations that silently break your bot, a Feishu channel stuck in OFF state, and an uninstall command that flat-out doesn’t exist. This guide walks through each of these issues in the order you’re likely to encounter them, with exact commands and the reasoning behind every fix. The …

Fix Every OpenClaw & GLM API Error on Windows: Complete Troubleshooting Guide

4 months ago 高效码农

OpenClaw + GLM API on Windows: A Complete Troubleshooting Guide (With Every Error Solved) Getting OpenClaw Gateway running on Windows with a GLM model backend is absolutely doable — but the path there involves a handful of non-obvious errors that can stall you for hours if you don’t know what to look for. This guide documents every failure point encountered during a real setup: garbled error messages, PowerShell execution blocks, a Gateway that claimed to start but didn’t, persistent API rate limits, and a misconfigured base URL hiding in plain sight. Each section opens with the exact error, explains why …