Skip to content

Yarn points to global binaries in a dynamic folder. #1389

@adamsiwiec

Description

@adamsiwiec

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions