pastelsky / bundlephobia

🏋️ Find out the cost of adding a new frontend dependency to your project
https://bundlephobia.com
MIT License
8.92k stars 221 forks source link

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

Closed raulmarindev closed 1 year ago

raulmarindev commented 1 year ago

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 commented 1 year ago

Closing this as the checksum has now been updated.