Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): Write Node4+ error message to stderr (yarnpkg#5094)
**Summary** _To be a good citizen of UNIX ecosystem._ One may write a script to add `$(yarn global bin)` to `$PATH`, but one must consider different cases depending on what this command returns in STDOUT. This is not ideal. And, of course, error messages such as this naturally belongs to STDERR. **Test plan** ```sh-session $ yarn global bin 2>/dev/null $ ```
- Loading branch information