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

Update yarn install command for 4.3.x line #1377

Open
tabletcorry opened this issue Dec 20, 2023 · 1 comment
Open

Update yarn install command for 4.3.x line #1377

tabletcorry opened this issue Dec 20, 2023 · 1 comment

Comments

@tabletcorry
Copy link
Sponsor

The current yarn install documentation states to use --pure-lockfile which appears to be completely invalid in Yarn 4, and will fail in the 4.3.x code line.

# When run against Yarn 4
+ yarn install --pure-lockfile
Unknown Syntax Error: Unsupported option name ("--pure-lockfile").

The command should be updated to yarn install --immutable as discussed in discord.

CC @ThisIsMissEm

@vmstan
Copy link
Contributor

vmstan commented Jan 5, 2024

Added enhancement tag to indicate need to hold for 4.3 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants