Skip to content
New issue

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

Installation Problem: invalid path #1388

Closed
PROFITVenchurs opened this issue Oct 23, 2016 · 3 comments
Closed

Installation Problem: invalid path #1388

PROFITVenchurs opened this issue Oct 23, 2016 · 3 comments

Comments

@PROFITVenchurs
Copy link

PROFITVenchurs commented Oct 23, 2016

Invalid path to yarn after installing it using brew on Mac OS: export PATH="$PATH:$HOME/.yarn/bin", must be export PATH="$PATH:/usr/local/Cellar/yarn/0.16.1/bin"

@MatthiasWinkelmann
Copy link

I ran into the same issue. It would report success Installed [[email protected]] with binaries:... yet I could not find them. I believe I eventually fixed it by deleting ~/.yarn-config.

Configuration: El Capitan & fish shell

@foxyblocks
Copy link

Same issue here. Removing ~/.yarn-config and reinstalling yarn didn't solve it for me either. yarn global bin would always report it's location as /usr/local/Cellar/node/7.1.0/bin . I finally fixed it by adding export PATH="$PATH:$(yarn global bin)" to my profile.

@olingern
Copy link
Contributor

@PROFITVenchurs can you confirm if this is still an issue? If not, I'd like to close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants