#warning message when downloading openclaw

9 messages · Page 1 of 1 (latest)

abstract mauve
#

npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated npmlog@5.0.1: This package is no longer supported.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
npm warn deprecated are-we-there-yet@2.0.0: This package is no longer supported.
npm warn deprecated gauge@3.0.2: This package is no longer supported.
npm warn deprecated tar@6.2.1: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead

viral lynxBOT
spring ermineBOT
#

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

abstract mauve
#

i use the latest version of the openclaw in wndows

spiral treeBOT
#

Those are npm deprecation warnings, not necessarily a failed install.

I checked the current OpenClaw dependency lockfile, and a few of those packages are still present as transitive deps, so this is not just your machine being weird.

If the install finished and this works:

openclaw --version

then you're probably fine to continue.

Recommended install path from the docs is:

curl -fsSL https://openclaw.ai/install.sh | bash
#

Yeah, if you’re on the latest version and the install finished, those warnings are usually just npm noise from transitive dependencies, not a real OpenClaw failure.

On Windows, the docs recommend either:

  • WSL2 for the most stable setup, or
  • the PowerShell installer for native Windows:
iwr -useb https://openclaw.ai/install.ps1 | iex

Then check:

openclaw --version
openclaw doctor