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

Support for corepack yarn installation #320

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Conversation

lmakarov
Copy link
Member

@lmakarov lmakarov commented Apr 19, 2024

Fixes #317

# Bundled yarn (classic v1)
docker@cli:/var/www$ which yarn
/home/docker/.nvm/versions/node/v20.11.0/bin/yarn
docker@cli:/var/www$ yarn -v
1.22.22

# Project level yarn init and override
docker@cli:/var/www$ yarn init -2
➤ YN0000: · Yarn 4.1.1
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed
➤ YN0000: · Done in 0s 96ms
docker@cli:/var/www$ which yarn
/home/docker/.nvm/versions/node/v20.11.0/bin/yarn
docker@cli:/var/www$ yarn -v
4.1.1

@lmakarov lmakarov merged commit 944a7e1 into develop Apr 19, 2024
15 checks passed
@lmakarov lmakarov deleted the feature/corepack-yarn branch April 19, 2024 16:38
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.

Switch to Yarn 4
1 participant