-
Notifications
You must be signed in to change notification settings - Fork 993
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
Document that yarn global bin needs to be added to $PATH #142
Document that yarn global bin needs to be added to $PATH #142
Conversation
I thought about adding a recommendation on how to do this ( like adding |
cc @kittens – can we make it so we put our global bins into |
This is already documented in the installation instructions: https://yarnpkg.com/en/docs/install. See "path setup" on the Mac OS and Linux tabs, and on Windows the installer modifies the path automatically. |
@Daniel15 Ah I see. Based on the issue I was referring to, this gets missed sometimes anyway. Do you think I should change it to a little note to make sure that this done on Mac/Linux or do you think this should just be closed all together? |
Thank @fahrradflucht. I need to add this to my To clarify, here's my
After these steps, my result for
It's not under As such, I'll need to modify my
Hope someone will find this helpful. |
Running |
... figured out where to look for: |
Sorry for the massive delay on this PR. With the current content this isn't necessary anymore I think. Feel free to reopen and I promise to look at the issues earlier |
I've just hit this issue, there is nothing documenting that you need to add something to your The current documentation seems to work around it by specifying that you must use a yarn global add bs-platform I raised a ReasonML issue #2168 about the undocumented requirement for adding something to your path for |
See yarnpkg/yarn#648