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

Use yarnpkg alias to run Yarn #1365

Merged
merged 1 commit into from
Jan 9, 2017
Merged

Use yarnpkg alias to run Yarn #1365

merged 1 commit into from
Jan 9, 2017

Commits on Jan 9, 2017

  1. Use yarnpkg alias to run Yarn

    There’s a common tool included in Hadoop that also has a `yarn` command,
    which created issues for users who had Hadoop installed:
    * facebook#1257
    * facebook#1363
    
    Yarn also installs the command under `yarnpkg` alias (added in
    yarnpkg/yarn@cefa9a3)
    so we can use `yarnpkg` instead of `yarn` to make it more reliable.
    
    This has no effect on users who don't have Hadoop installed, but those
    who have won't see errors from falsely detecting Hadoop Yarn as Yarn
    the package manager, and they can now also install Yarn to make use of
    our Yarn support without the Hadoop Yarn interfering.
    fson committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    3fe28c9 View commit details
    Browse the repository at this point in the history