Skip to content

[BUG]: Incorrect SDK package specifier in docs #142

@MattMsh

Description

@MattMsh

Docs section: https://aave.com/docs/aave-v3/getting-started/typescript#getting-started-install-sdk

Actual:

bun add @aave/client@v3            
bun add v1.3.4 (5eb2145b)
error: No version matching "v3" found for specifier "@aave/client" (but package exists)
error: @aave/client@v3 failed to resolve

Temporary workaround (do not specify "v3"):

bun add @aave/client

Expected: docs should contain correct package specifier to provide smooth DX during installation step.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions