node-pnpm-locator

Installation
SKILL.md

Node Pnpm Locator

Overview

Locate Node.js and pnpm binaries on this machine and produce a safe PATH fix or command prefix so repo commands can run reliably.

When to Use

  • node, pnpm, npx, or corepack returns command not found.
  • CI or a non-interactive shell cannot find Node-related binaries.

Do not use if node -v and pnpm -v already succeed in the current shell.

Quick Start

  1. Run the helper script:
    • bash /Users/peiwang/Projects/nextbot/.codex/skills/node-pnpm-locator/scripts/locate_node_pnpm.sh
  2. If it prints a PATH prefix, re-run your command with it, for example:
    • PATH=/opt/homebrew/bin:$PATH pnpm -v

Workflow

  1. Check current PATH resolution with command -v.
Related skills
Installs
1
Repository
peiiii/nextclaw
GitHub Stars
208
First Seen
Apr 6, 2026