We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you want to request a feature or report a bug?
bug
What is the current behavior?
$ yarn global bin | cat -v ^[[2K^[[1G/usr/local/Cellar/node/6.3.1/bin
What is the expected behavior?
$ yarn global bin | cat -v /usr/local/Cellar/node/6.3.1/bin
Please mention your node.js, yarn and operating system version.
$ yarn --version 0.15.1 $ node --version v6.3.1 $ sw_vers -productVersion 10.12
Also reproduced in #648 (comment)
The text was updated successfully, but these errors were encountered:
In the meanwhile you can do this:
export PATH="$(yarn global bin | grep -o '/.*'):$PATH"
Sorry, something went wrong.
use console.log instead of reporter.log - fixes #851
c899a56
add0a6c
No branches or pull requests
Do you want to request a feature or report a bug?
bug
What is the current behavior?
$ yarn global bin | cat -v ^[[2K^[[1G/usr/local/Cellar/node/6.3.1/bin
What is the expected behavior?
$ yarn global bin | cat -v /usr/local/Cellar/node/6.3.1/bin
Please mention your node.js, yarn and operating system version.
Also reproduced in #648 (comment)
The text was updated successfully, but these errors were encountered: