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

add checksumBehavior with update value to allow installing dependencies with yarn #703

Conversation

raulmarindev
Copy link

@raulmarindev raulmarindev commented Oct 24, 2022

By default, Yarn will throw an exception on yarn install if it detects that a package doesn't match the checksum stored within the lockfile. This was the change applied:

  1. Open your .yarnrc.yml.
  2. Add the following configuration option: checksumBehavior: "update"

@pastelsky
Copy link
Owner

Closing this as the checksum has now been updated.

@pastelsky pastelsky closed this Oct 30, 2022
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.

2 participants