cryptocoinjs / cryptocoin

JavaScript library for crypto currencies like Bitcoin and Litecoin.
http://cryptocoinjs.com
137 stars 33 forks source link

npm install fails with: No compatible version found: eckey@'>=0.3.0-0 <0.4.0-0' #4

Closed rapodaca closed 10 years ago

rapodaca commented 10 years ago

Just tried to install with npm and got error in title.

Looking back in repo history, it looks like this commit may have change the version of ecky to non-existant version:

https://github.com/cryptocoinjs/cryptocoin/commit/794377f2abdb613020d56128ec0c7b3a889ee5f7

Any ideas?

ralphtheninja commented 10 years ago

You are right. Latest published version is 0.2.1. Someone forgot to publish 0.3.0 of eckey :)

npm info eckey

{ name: 'eckey', description: 'Elliptical curve cryptography for crypto currencies such as Litecoin and Bitcoin', 'dist-tags': { latest: '0.2.1' }, versions: [ '0.1.0', '0.1.1', '0.2.0', '0.2.1' ],

jprichardson commented 10 years ago

Yep :) Sorry guys. Should be OK now.