-
-
Notifications
You must be signed in to change notification settings - Fork 69.5k
OpenClaw v2026.2.21-2 installation fails on Windows #23612
Copy link
Copy link
Closed as not planned
Labels
staleMarked as stale due to inactivityMarked as stale due to inactivity
Description
Bug Report: OpenClaw v2026.2.21-2 installation fails on Windows
🐛 Bug Description
Cannot install OpenClaw v2026.2.21-2 on Windows using npm global install. The installation process hangs indefinitely without completing.
📋 Environment
- OS: Windows 10 Enterprise (Version 10.0.19045)
- Node.js: v25.2.1
- npm: 11.6.2
- OpenClaw Current Version: 2026.2.19-2
- OpenClaw Target Version: 2026.2.21-2
- Package Manager: npm
🔍 Steps to Reproduce
-
Run:
npm i -g openclaw@latest
ornpm i -g [email protected] -
Observe the installation process:
- npm displays deprecation warnings (expected)
- Installation hangs indefinitely
- No completion or error message
-
Wait for extended period (> 2 minutes):
- Installation does not complete
- openclaw command becomes unavailable
💻 Command Output
npm i -g [email protected]Output observed:
npm warn deprecated [email protected]: This module is not supported, and leaks memory...
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Old versions of glob are not supported...
[npm appears to hang here - no further output]
⚠️ Expected Behavior
Installation should complete successfully and openclaw command should be available.
❌ Actual Behavior
- Installation process hangs
- Command becomes unavailable after failed installation attempt
- No clear error message displayed
📊 Additional Notes
Previous Version Works
- Version 2026.2.19-2 installs and runs correctly
- Gateway operates normally on port 18789
Update Command Behavior
openclaw updateOutput:
Update Result: SKIPPED
Root: C:\Users\Administrator\AppData\Roaming\npm\node_modules\openclaw
Reason: not-git-install
Before: 2026.2.19-2
Attempted Workarounds
npm i -g openclaw@latest- Hangsnpm i -g [email protected]- Hangs (with --force option tried)- Setting
$env:NODE_OPTIONS="--max-old-space-size=4096"- Still hangs
System Config
- Install Path:
C:\Users\Administrator\AppData\Roaming\npm - Gateway Running: Yes (port 18789)
- Gateway Status: Normal
🔧 Suggested Priority
High - Prevents users on Windows from upgrading to the latest version.
💡 Possible Root Causes
- Post-install scripts may be hanging
- Windows-specific path resolution issues
- Dependency incompatibility with Node.js v25.2.1
- Build issues with Windows-specific binaries
📎 Additional Resources
- Current working version: 2026.2.19-2 (functional)
- System: Windows 10 Enterprise x64
- Installation attempt date: 2026-02-22
- Previous installation method: npm global install (successful)
Reported by: Automated bug report via OpenClaw
Contact: GitHub issue submission
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
staleMarked as stale due to inactivityMarked as stale due to inactivity
Type
Fields
Give feedbackNo fields configured for issues without a type.