bitauth / libauth

An ultra-lightweight, zero-dependency TypeScript library for Bitcoin Cash, Bitcoin, and Bitauth applications.

Home Page:https://libauth.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't run yarn

madeken opened this issue Β· comments

Doing a fresh git clone:

$ yarn
yarn install v1.12.3
[1/5] πŸ” Validating package.json...
[2/5] πŸ” Resolving packages...
[3/5] 🚚 Fetching packages...
error https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.6.tgz: Extracting tar content of undefined failed, the file appears to be corrupt: "Unexpected end of data"
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Which appears to be caused by:

https://github.com/bitjson/bitcoin-ts/blob/master/yarn.lock#L2460-L2472

and as event-stream was pulled for being malicious. So just looks like the yarn.lock file needs to be updated

Thanks for opening this issue! And sorry about that.

This has been fixed in #9, everything should be cleaned up and working again now.