You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrading some packages triggers Error: @typescript/lib-dom@npm:@types/web isn't supported by any available resolver error.
This happens when I either upgrade all my indirect deps (yarn up -R '**'), or specifically the @react-google-maps/api package from 2.7.0 to latest 2.8.1.
Error: expect(received).resolves.not.toThrow()
Received promise rejected instead of resolved
Rejected to value: [Error: Command failed: /usr/bin/node /github/workspace/scripts/actions/../run-yarn.js install
➤ YN0000: ┌ Resolution step
::group::Resolution step
➤ YN0001: │ Error: @typescript/lib-dom@npm:@types/web isn't supported by any available resolver
at MultiResolver.getResolverByDescriptor (/github/workspace/packages/yarnpkg-core/sources/MultiResolver.ts:73:13)
at MultiResolver.bindDescriptor (/github/workspace/packages/yarnpkg-core/sources/MultiResolver.ts:31:27)
at Project.preparePackage (/github/workspace/packages/yarnpkg-core/sources/Project.ts:683:30)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at startPackageResolution (/github/workspace/packages/yarnpkg-core/sources/Project.ts:769:21)
::endgroup::
➤ YN0000: └ Completed in 1s 888ms
➤ YN0000: Failed with errors in 1s 893ms
]
at expect (/github/workspace/.yarn/cache/expect-npm-24.8.0-8c7640c562-44ff9ab1e7.zip/node_modules/expect/build/index.js:138:15)
at module.exports (evalmachine.<anonymous>:9:7)
at async /github/workspace/.yarn/cache/@arcanis-sherlock-npm-2.0.3-558f52b79f-286d94b96d.zip/node_modules/@arcanis/sherlock/lib/executeRepro.js:57:13
at async executeInTempDirectory (/github/workspace/.yarn/cache/@arcanis-sherlock-npm-2.0.3-558f52b79f-286d94b96d.zip/node_modules/@arcanis/sherlock/lib/executeRepro.js:18:16)
at async executeRepro (/github/workspace/.yarn/cache/@arcanis-sherlock-npm-2.0.3-558f52b79f-286d94b96d.zip/node_modules/@arcanis/sherlock/lib/executeRepro.js:25:12)
at async ExecCommand.execute (/github/workspace/.yarn/cache/@arcanis-sherlock-npm-2.0.3-558f52b79f-286d94b96d.zip/node_modules/@arcanis/sherlock/lib/commands/exec.js:26:38)
at async ExecCommand.validateAndExecute (/github/workspace/.yarn/cache/clipanion-npm-2.0.0-rc.16-b9444aaf89-4061026d74.zip/node_modules/clipanion/lib/advanced/Command.js:161:26)
at async Cli.run (/github/workspace/.yarn/cache/clipanion-npm-2.0.0-rc.16-b9444aaf89-4061026d74.zip/node_modules/clipanion/lib/advanced/Cli.js:74:24)
at async Cli.runExit (/github/workspace/.yarn/cache/clipanion-npm-2.0.0-rc.16-b9444aaf89-4061026d74.zip/node_modules/clipanion/lib/advanced/Cli.js:83:28)
Uh oh!
There was an error while loading. Please reload this page.
Self-service
Describe the bug
Upgrading some packages triggers
Error: @typescript/lib-dom@npm:@types/web isn't supported by any available resolver
error.This happens when I either upgrade all my indirect deps (
yarn up -R '**'
), or specifically the@react-google-maps/api
package from 2.7.0 to latest 2.8.1.To reproduce
Environment
yarn dlx -q envinfo --preset jest System: OS: macOS 12.3.1 CPU: (10) arm64 Apple M1 Max Binaries: Node: 16.14.0 - /private/var/folders/cn/qgvjcjx97mj8rc2vx37vgkvh0000gn/T/xfs-efa8fce2/node Yarn: 3.2.0 - /private/var/folders/cn/qgvjcjx97mj8rc2vx37vgkvh0000gn/T/xfs-efa8fce2/yarn npm: 8.3.1 - ~/.nvm/versions/node/v16.14.0/bin/npm
The text was updated successfully, but these errors were encountered: