-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
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",
}
Danilo-Gasparet, prz-szo, michaelhpet, techstonia, pp-jSkoli and 1 more
Metadata
Metadata
Assignees
Labels
No labels