yosoyubik / canvas

Peer-to-peer paint app for Urbit
MIT License
142 stars 9 forks source link

Tarball Checksum Fails; can't run `npm install` in `/ui` folder #22

Closed johnhyde closed 2 years ago

johnhyde commented 2 years ago

I get this error:

npm WARN tarball tarball data for @yosoyubik/draw-me@https://api.observablehq.com/@yosoyubik/draw-me.tgz?v=3 (sha512-GpAGPijhYUzMrDFCiFM89u4ksvhEymief4ko9yT3oYzNJ7q3kw2dusrWjxiY8VhB0u/Z/hrZLQ7Lv994JxBQDA==) seems to be corrupted. Trying again.
npm WARN tarball tarball data for @yosoyubik/draw-me@https://api.observablehq.com/@yosoyubik/draw-me.tgz?v=3 (sha512-GpAGPijhYUzMrDFCiFM89u4ksvhEymief4ko9yT3oYzNJ7q3kw2dusrWjxiY8VhB0u/Z/hrZLQ7Lv994JxBQDA==) seems to be corrupted. Trying again.
npm ERR! code EINTEGRITY
npm ERR! sha512-GpAGPijhYUzMrDFCiFM89u4ksvhEymief4ko9yT3oYzNJ7q3kw2dusrWjxiY8VhB0u/Z/hrZLQ7Lv994JxBQDA== integrity checksum failed when using sha512: wanted sha512-GpAGPijhYUzMrDFCiFM89u4ksvhEymief4ko9yT3oYzNJ7q3kw2dusrWjxiY8VhB0u/Z/hrZLQ7Lv994JxBQDA== but got sha512-8WAvaGFGXi9GuGATTe3vq4FaIQsLEAuGRiNc78p8g/OGmWtMLW8MfcGYY0TUbUXQQ8dg0uXI0tuF57Lz2/uHVQ==. (17673 bytes)

I was able to get around this by manually downloading the .tgz and modifying package.json to point at my local file.

yosoyubik commented 2 years ago

This is a leftover from a previous version that implemented free-hand drawing, it could still be added at some point, but I'll remove it when I merge the distro branch into master