regular / unbzip2-stream

streaming unbzip2 implementatio in pure javascript for node and browsers
Other
29 stars 23 forks source link

index.js missing #16

Closed ArthurClune closed 7 years ago

ArthurClune commented 7 years ago

After installing 1.2.4 via npm on Ubuntu 14.04

npm install unbzip2-stream

require('unbzip2-stream') gives the error

Error: ENOENT: no such file or directory, open '/home/arthur/code/aws/node_modules/unbzip2-stream/index.js'

and indeed that file is missing. Grabbing a copy from the repo and putting it in place solves the issue, so it just appears to be missing from the package

arthur@biber:~/code/aws$ node --version v6.11.1
arthur@biber:~/code/aws$ npm --version   3.10.10                
regular commented 7 years ago

@ArthurClune can you check if it is fixed in 1.2.5? Thanks!

ArthurClune commented 7 years ago

Yes, that's fixed for me.

Thanks!