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

build(yarn): migrate to CorePack #2238

Closed
petermetz opened this issue Dec 20, 2022 · 1 comment · Fixed by #2318
Closed

build(yarn): migrate to CorePack #2238

petermetz opened this issue Dec 20, 2022 · 1 comment · Fixed by #2318
Assignees
Labels
documentation Improvements or additions to documentation Flaky-Test-Automation Issues related to test stability (which is a long running issue that can never fully be solved) good-first-issue Good for newcomers good-first-issue-400-expert Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label. Nice-to-Have P5 Priority 5: Lowest Tests Anything related to tests be that automatic or manual, integration or unit, etc. Triage_Needed Triage if the issue is/still relevant, bug report is valid, arch/design details etc.

Comments

@petermetz
Copy link
Contributor

Description

As a contributor I want to have the easiest build tooling available so that I'm less bogged down with dev tooling and more focused on valuable contributions of mine.

https://yarnpkg.com/getting-started/install

Install Corepack

The preferred way to manage Yarn is through Corepack, a new binary shipped with all Node.js releases starting from 16.10. It acts as an intermediary between you and Yarn, and lets you use different package manager versions across multiple projects without having to check-in the Yarn binary anymore.
Node.js >=16.10

Corepack is included by default with all Node.js installs, but is currently opt-in. To enable it, run the following command:

$ corepack enable

Acceptance Criteria

  1. Our documentation and scripts are updated so that CorePack is used
@petermetz petermetz added documentation Improvements or additions to documentation Nice-to-Have Triage_Needed Triage if the issue is/still relevant, bug report is valid, arch/design details etc. Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label. Flaky-Test-Automation Issues related to test stability (which is a long running issue that can never fully be solved) Tests Anything related to tests be that automatic or manual, integration or unit, etc. P5 Priority 5: Lowest labels Dec 20, 2022
@charellesandig
Copy link
Contributor

Hi @petermetz, I would like to work on this ticket, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Flaky-Test-Automation Issues related to test stability (which is a long running issue that can never fully be solved) good-first-issue Good for newcomers good-first-issue-400-expert Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label. Nice-to-Have P5 Priority 5: Lowest Tests Anything related to tests be that automatic or manual, integration or unit, etc. Triage_Needed Triage if the issue is/still relevant, bug report is valid, arch/design details etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants