pnpm install
built-in 0.0% Savings
0 Commands
0 Tokens saved
2 Tests
Install
Safety checks passed
Filter definition
command = "pnpm install"
skip = [
"^\\s*Progress:",
"^\\s*Downloading",
"^\\s*Already up to date",
]
[on_success]
output = "{output}"
[on_failure]
tail = 10
Examples
lockfile conflict shows error
~26 tokens → ~26 tokens
Raw output
ERR_PNPM_OUTDATED_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date
Filtered output
ERR_PNPM_OUTDATED_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date
pnpm install strips progress lines
~23 tokens → ~3 tokens
(87% saved)
Raw output
Progress: resolved 120, reused 120, downloaded 0, added 0 Already up to date Done in 892ms
Filtered output
Done in 892ms
Warning: Community filters are third-party code. Review the filter definition above before installing it in production environments.Browse all filters