Skip to content

Yarn - @typescript/lib-dom": "npm:@types/web dependency #213

@a-fain

Description

@a-fain

Description

We are trying to update the EmbedSDK to 1.8.7 version, our project is using yarn as package manager.
Yarn is not able to resolve a new dependency for "@typescript/lib-dom": "npm:@types/web".

Reproduction

Try installing the new dependency with yarn (tested with yarn 4.9.0).

➤ YN0000: · Yarn 4.9.0
➤ YN0000: ┌ Resolution step
➤ YN0001: │ Error: @typescript/lib-dom@npm:@types/web isn't supported by any available resolver

Workaround

Specifying a resolution for this package seems to be solving the issue.
Both of the following seems to be working.

  "resolutions": {
    "@typescript/lib-dom": "npm:@types/web@latest",
}
  "resolutions": {
    "@typescript/lib-dom": "npm:@types/web@0.0.227",
}

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