rvagg / through2

Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
MIT License
1.9k stars 106 forks source link

npm ERR! shasum check failed for /tmp/npm-8839-e9fb0d5e/registry.npmjs.org/through2/-/through2-0.6.5.tgz #56

Closed kurtnolanlopez closed 6 years ago

kurtnolanlopez commented 9 years ago

Hi, I keep getting this error when I try to install dependencies.

ERR! node v4.0.0 npm ERR! npm v2.14.3

npm ERR! shasum check failed for /tmp/npm-8839-e9fb0d5e/registry.npmjs.org/through2/-/through2-0.6.5.tgz npm ERR! Expected: 41ab9c67b29d57209071410e1d7a7a968cd3ad48 npm ERR! Actual: da39a3ee5e6b4b0d3255bfef95601890afd80709 npm ERR! From: https://registry.npmjs.org/through2/-/through2-0.6.5.tgz npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! https://github.com/npm/npm/issues

mafintosh commented 9 years ago

This sounds like an npm error. I would file an issue there.

kurtnolanlopez commented 9 years ago

Thanks!