mirror of
https://github.com/openclaw/openclaw.ai.git
synced 2026-07-15 12:25:40 -04:00
[PR #52] [MERGED] fix(installer): harden pnpm resolution for git installs #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/openclaw/openclaw.ai/pull/52
Author: @sebslight
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @sebslight
Base:
main← Head:chore/modernize-install-sh📝 Commits (1)
cc5b087fix(installer): harden pnpm resolution for git installs📊 Changes
2 files changed (+203 additions, -47 deletions)
View changed files
📝
public/install.sh(+68 -12)📝
scripts/test-install-sh-unit.sh(+135 -35)📄 Description
Resolve pnpm execution via an explicit command runner that supports:\n- pnpm when available\n- corepack pnpm when the shim is missing\n- npm global install fallback when needed\n\nAlso modernize install.sh unit tests and add coverage for pnpm\nresolution paths (direct pnpm, corepack fallback, npm fallback).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.