Skip to content
Discussion options

You must be logged in to vote

Thanks for the report — confirmed. aube activate correctly added the shim directory to the shell PATH, but aube then removed it from its own process PATH to prevent internal runtime-probe recursion. aube run inherited that sanitized PATH when spawning package scripts, so pnpm was no longer resolvable there.

PR #1187 restores the activated shim directory for user package scripts while keeping the internal recursion protection intact, and adds a regression test for pnpm --version inside an aube run script. CI is in progress: #1187

Until the fix is released, invoking the local binary directly (for example, oxlint ...) avoids the missing pnpm shim because node_modules/.bin is already added to…

Replies: 1 comment

Comment options

jdx
Jul 30, 2026 — with coder-jdx
Maintainer

You must be logged in to vote
0 replies
Answer selected by skoch13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants