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
yarn build
../../.yarn/__virtual__/@aws-sdk-lib-storage-virtual-d1be83a976/4/.yarn/berry/cache/@aws-sdk-lib-storage-npm-3.723.0-e0acc30daa-10c0.zip/node_modules/@aws-sdk/lib-storage/dist-types/types.d.ts:2:38 - error TS2307: Cannot find module '@smithy/types' or its corresponding type declarations.
2 import type { AbortController } from "@smithy/types";
Well, i kinda fixed this by yarn add @smithy/types -D in the root of my monorepo. But i dont think it's good solution since the aws packages used only in single project in my monorepo(where they listed in package.json), not by the whole monorepo(it doesnt have any aws specified in root package.json). So i dont understand why do i have to include smithy in the root of monorepo
Yarn Berry pnp
despite package is installed:
The text was updated successfully, but these errors were encountered: