openwallet-foundation / credo-ts

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

error in demo when "yarn faber" command is executed | Cheqd #1447

Closed ksanjaykumar1 closed 9 months ago

ksanjaykumar1 commented 1 year ago

There seems to be an error in cheqd library. If not please guide me on how to resolve it.

Screenshot from 2023-05-02 15-19-10

TimoGlastra commented 1 year ago

There's a PR open that should fix some things: #1439.

Can you try running from that branch and see if it works?

ksanjaykumar1 commented 1 year ago

I am getting a similar error. Screenshot from 2023-05-02 17-45-35

This time it has thrown two additional errors. One was to update the node version to 18, which I did. Screenshot from 2023-05-02 17-43-32

Screenshot from 2023-05-02 17-47-43

daidoji commented 1 year ago

@TimoGlastra getting a similar but different error on the install. I don't have libindy installed though, should I have that before running the demo?

aries-javascript-framework-demo.txt

TimoGlastra commented 1 year ago

Yes, you don't really need it to run the demo, but it's needed to run yarn install. We need to find a way around it (maybe by moving it to a different repo)

genaris commented 1 year ago

@ksanjaykumar1 please check my answer here to confirm if it's related to the same underlying issue.

outSH commented 1 year ago

Having similar error on Fedora:

  _____           _                   
 |  ___|   __ _  | |__     ___   _ __ 
 | |_     / _` | | '_ \   / _ \ | '__|
 |  _|   | (_| | | |_) | |  __/ | |   
 |_|      \__,_| |_.__/   \___| |_|   

error Command failed with signal "SIGINT".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Checked on:

OS

NAME="Fedora Linux"
VERSION="38 (Workstation Edition)"
ID=fedora
VERSION_ID=38
VERSION_CODENAME=""
PLATFORM_ID="platform:f38"
PRETTY_NAME="Fedora Linux 38 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:38"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=38
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=38
SUPPORT_END=2024-05-14
VARIANT="Workstation Edition"
VARIANT_ID=workstation
TimoGlastra commented 9 months ago

Can you try to re-run with the latest alpha release and 0.2.0 release for shared components. If the issue persists we can reopen!