seatgeek / react-infinite

A browser-ready efficient scrolling container based on UITableView
Other
2.71k stars 273 forks source link

Integrity checksum failed when using sha1 #288

Open tonix-tuft opened 5 years ago

tonix-tuft commented 5 years ago

Hello,

if I clone the repo and try to npm install in order to run the examples, I get the following error:

sha1-U3cWwHduTPeePtG2IfdljCkRsbE= integrity checksum failed when using sha1: wanted sha1-U3cWwHduTPeePtG2IfdljCkRsbE= but got sha512-MC/KlxRJ1rzL3ZUUUbybGjuzlAwjlN7YBIGwm8MLPbx1YV8NeRP7dcdWdRRJ/P3gJEZOeoJrZo28xMSRu99RcQ== sha1-gswqb03PNvrPDHp5RoV7/2KCisc=. (3612 bytes)

How can I fix this issue?

Thank you for your attention.