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

feat: add yarn #535

Closed
wants to merge 1 commit into from
Closed

feat: add yarn #535

wants to merge 1 commit into from

Commits on Nov 17, 2024

  1. feat: add yarn

    Yarn is a bit unique in that it recommends installing via Corepack. To
    facilitate adding yarn via hermit, we can take the same approach that the
    official Node.JS Docker image takes, which is to install yarn v1, which
    can then be used to bootstrap yarn v2 and higher.
    nickajacks1 committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    8a9c124 View commit details
    Browse the repository at this point in the history