BlinkID / blinkid-in-browser

BlinkID In-browser SDK for WebAssembly-enabled browsers.
https://microblink.com/blinkid
62 stars 31 forks source link

Yarn install results in: " Invalid hosted git fragment..." #5

Closed sveres closed 4 years ago

sveres commented 4 years ago

If I try to add the sdk with yarn add or adding it manually and then running yarn install, I get: Invalid hosted git fragment "github:BlinkID:blinkid-in-browser".

Installing it with npm works fine.

Yarn v1.22.0 Node v10.16.0

vjekoart commented 4 years ago

Hi @sveres,

Thank you for the feedback. It looks like we have a typo in package.json. Instead of "repository": "github:BlinkID/blinkid-in-browser", we have "repository": "github:BlinkID:blinkid-in-browser",.

We're going to publish a fix as soon as possible. In the meantime, it's recommended to use npm --save @microblink/blinkid-in-browser-sdk for installation of package.

Furthermore, I'd like to point out that we've developed this package with Node v12.x. With the upcoming release, we're going to specify that version inside the package.json.

vjekoart commented 4 years ago

Issue has been fixed with release v5.5.1.