#Error upgrading 4.23 to 5.12-b3

1 messages ยท Page 1 of 1 (latest)

rugged yew
#

From a mostly clean 4.23 linux (debian trixie headless) system originally installed using the default (npm) method:

curl -fsSL --proto '=https' --tlsv1.2 https://openclaw.ai/install.sh | bash -s -- --git --version v2026.5.12-beta.3

Errors out on pnpm version? Not entirely sure. Either the installer should handle this or it should be documented better:


  ๐Ÿฆž OpenClaw Installer
  Because Threads wasn't the answer either.

โœ“ Detected: linux

Install plan
OS: linux
Install method: git
Requested version: v2026.5.12-beta.3
Git directory: /home/xxxx/openclaw
Git update: 1
ยท Existing OpenClaw installation detected, upgrading

[1/3] Preparing environment
โœ“ Node.js v22.22.2 found
ยท Active Node.js: v22.22.2 (/usr/bin/node)
ยท Active npm: 10.9.7 (/usr/bin/npm)
ยท Using Node.js runtime at /usr/bin/node
ยท Using Node.js runtime at /usr/bin/node

[2/3] Installing OpenClaw
ยท Removing npm global install (switching to git)

removed 820 packages in 2s
โœ“ npm global install removed
ยท Installing OpenClaw from GitHub (https://github.com/openclaw/openclaw.git)
โœ“ Git already installed
โœ“ pnpm ready (corepack pnpm)
ยท Ensuring pnpm command is available
! pnpm shim not on PATH; installed user-local wrapper at /home/xxx/.local/bin/pnpm
ยท Cloning OpenClaw
ยท Updating repository
ยท Installing dependencies
โœ— Installing dependencies failed โ€” re-run with --verbose for details
Scope: all 127 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0

   โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
   โ”‚                                              โ”‚
   โ”‚     Update available! 10.33.4 โ†’ 11.1.1.      โ”‚
   โ”‚     Changelog: https://pnpm.io/v/11.1.1      โ”‚
   โ”‚   To update, run: corepack use pnpm@11.1.1   โ”‚
   โ”‚                                              โ”‚
   โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
rugged yew
#

@cyan light just pinging you from here in case you're interesting in this. I don't know when it started happening, but I saw it on a 5.10-beta Sunday, so I assume it's been there a couple days.

cyan light
#

Hmm. This is the official installer? Interesting

rugged yew
rugged yew
#

Rerunning with --verbose gives more info:


   โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
   โ”‚                                              โ”‚
   โ”‚     Update available! 10.33.4 โ†’ 11.1.1.      โ”‚
   โ”‚     Changelog: https://pnpm.io/v/11.1.1      โ”‚
   โ”‚   To update, run: corepack use pnpm@11.1.1   โ”‚
   โ”‚                                              โ”‚
   โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

/home/xxxx/openclaw/extensions/amazon-bedrock:
โ€‰ERR_PNPM_NO_MATURE_MATCHING_VERSIONโ€‰ Version 4.5.1 (released 27 hours ago) of @smithy/shared-ini-file-loader does not meet the minimumReleaseAge constraint

This error happened while installing a direct dependency of /home/xxxx/openclaw/extensions/amazon-bedrock

The latest release of @smithy/shared-ini-file-loader is "4.5.1". Published at 5/11/2026

If you need the full list of all 76 published versions run "pnpm view @smithy/shared-ini-file-loader versions".

If you want to install the matched version ignoring the time it was published, you can add the package name to the minimumReleaseAgeExclude setting. Read more about it: https://pnpm.io/settings#minimumreleaseageexclude
Progress: resolved 3, reused 0, downloaded 0, added 0
+ cleanup_tmpfiles
+ local f
+ for f in "${TMPFILES[@]:-}"
+ rm -rf ''
#

@cyan light appears to not be a pnpm error, but an error with "shared-ini-file-loader"