We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug:
Many workflows contain yarn install --immutable Yarn v1 is used. There is no --immutable switch https://classic.yarnpkg.com/en/docs/cli/install But there is in v2 https://yarnpkg.com/cli/install
yarn install --immutable
--immutable
I think some read the v2 docs ...
Expected behavior:
yarn install --non-interactive --pure-lockfile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug:
Many workflows contain
yarn install --immutable
Yarn v1 is used.
There is no
--immutable
switch https://classic.yarnpkg.com/en/docs/cli/installBut there is in v2 https://yarnpkg.com/cli/install
I think some read the v2 docs ...
Expected behavior:
yarn install --non-interactive --pure-lockfile
The text was updated successfully, but these errors were encountered: