-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@aws-sdk/types should be a full dependency of @aws-sdk/util-retry #4482
Comments
Please also consider testing with pnpm and hoisting disabled to ensure that aws-sdk does not accidentally add "phantom dependencies" in the future. |
I am also getting the same issue when using yarn. Any way to get around this? |
me too .. we added packageExtensions rules to our .yarnrc.yml to resolve |
Do you have an example of what that looks like? |
|
Worked like a charm. Thanks very much 😄 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Checkboxes for prior research
Describe the bug
@aws-sdk/util-retry
lists@aws-sdk/types
as a devDependency, but depends on it for types, so it should be a full dependency.SDK version number
@aws-sdk/util-retry@3.272.0
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v16.17.1
Reproduction Steps
tsconfig.json:
index.ts:
Run
pnpm tsc
.Observed Behavior
Expected Behavior
Compiles successfully.
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: