-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Do you want to request a feature or report a bug?
Bug/Feature
What is the current behavior?
Yarn points to a dynamic directory for global binaries (e.g /usr/local/Cellar/node/6.9.1/bin
and 6.9.1
changes frequently).
If the current behavior is a bug, please provide the steps to reproduce.
Installing node and yarn with Homebrew results in this inability/redundancy to access/install binaries.
What is the expected behavior?
Yarn should place global binaries in a static folder (e.g ~/.yarn/bin
), which is most likely already in people $PATH
variable, and it already exists.
Please mention your node.js, yarn and operating system version.
OS: MacOS 10.12.1 Beta
❯ node -v
v6.9.1
❯ yarn --version
0.16.1
❯ brew -v
Homebrew 1.0.8
Homebrew/homebrew-core (git revision 94948; last commit 2016-10-23)
sbibauw