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

Handle custom yarn tar ball location; make yarn/dist/bin/yarn working again. #844

Closed
wants to merge 4 commits into from

Conversation

WesleyRen
Copy link

Summary
fixed two thing:

  1. Using npm to install yarn #504: Let user specify a custom location of yarn dist tar ball.
  2. Yarn 1.0.0 has moved it's executable path from yarn/dist/bin/yarn to yarn/yarn-<version>/bin/yarn #647: copy installed /node/yarn/yarn- to /node/yarn/dist for execution path.

Tests and Documentation
Updated README

Wesley Ren added 4 commits August 29, 2019 22:18
1. eirslett#504: Let user specify a custom location of yarn dist tar ball.
2. eirslett#647: copy installed /node/yarn/yarn-<version> to /node/yarn/dist for execution path.
@WesleyRen WesleyRen closed this Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant