openwallet-foundation / credo-ts

Typescript framework for building decentralized identity and verifiable credential solutions
https://credo.js.org
Apache License 2.0
266 stars 200 forks source link

0.5.12 release cannot be installed #2086

Closed dbluhm closed 1 day ago

dbluhm commented 1 day ago

I'm trying to install credo 0.5.12 using npm and am running into the following error:

npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "link:": link:/Users/martinauer/Documents/credo-ts/packages/core

This seems to be the result of a bad dependency in the @protokoll/core package at version 0.2.27. This is fixed in the next release, 0.2.28. But the version constraints in credo do not permit me to override the package getting installed with Credo 0.5.12.

Unless there's a workaround I'm not aware of, this is preventing me from using the 0.5.12 release.

TimoGlastra commented 1 day ago

Can you try with the latest alpha?

We'll probably make a 0.5.13 release soon as there's been quite some people with issues.

dbluhm commented 1 day ago

0.5.13-alpha-20241107100446 installs as expected without errors

TimoGlastra commented 1 day ago

Okay triggered a release for 0.5.13! :)

https://github.com/openwallet-foundation/credo-ts/releases/tag/v0.5.13