Skip to content

[Bug]: Compatibility Issue: uint8arrays version conflict requires manual pnpm override #485

@sagarkhole4

Description

@sagarkhole4

What went wrong?

Body:
Problem Description: When using the current version of @cheqd/sdk, the project fails to [run/build] due to a conflict or issue with the uint8arrays package. It appears the SDK is resolving to an incompatible version.

The Fix: I was able to resolve this and unblock my project by adding the following manual override to my package.json:

"pnpm": {
"overrides": {
"uint8arrays": "3.1.1"
}
}

How can we reproduce this bug?

...

Environment

Mainnet

Bug prevalence

No response

Which browser/client application did you encounter the bug in? (if applicable)

No response

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions