You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: warnings in store|config should be printed to stderr (#12434)
* fix: warnings in `store|config` should be printed to `stderr`
* refactor: extract stderr-reporter command list into a named set
---------
Co-authored-by: Zoltan Kochan <z@kochan.io>
Reporter output (warnings, progress) for `pnpm store` and `pnpm config` subcommands now goes to stderr instead of stdout. This fixes scripts that capture their stdout (e.g. `PNPM_STORE=$(pnpm store path)`, `pnpm config list --json | jq`) from getting warnings mixed into the result.
0 commit comments