-
Notifications
You must be signed in to change notification settings - Fork 582
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
Conflict in Peer Dependencies for @aws-sdk/client-sts @aws-sdk/client-secrets-manager #6098
Comments
I have confirmed the issue. I have temporarily marked We intend to release a patch for this later today. |
Reopening to verify fix after https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.577.0 is published, which is expected around 12:30 PM Pacific today. |
The $ npm i @aws-sdk/client-secrets-manager @aws-sdk/client-sts
$ npm ls @aws-sdk/client-sts
[email protected] /Users/trivikr/workspace/test-npm
├─┬ @aws-sdk/[email protected]
│ ├─┬ @aws-sdk/[email protected]
│ │ └── @aws-sdk/[email protected] deduped
│ ├── @aws-sdk/[email protected] deduped
│ └─┬ @aws-sdk/[email protected]
│ ├─┬ @aws-sdk/[email protected]
│ │ └── @aws-sdk/[email protected] deduped
│ └─┬ @aws-sdk/[email protected]
│ └── @aws-sdk/[email protected] deduped
└── @aws-sdk/[email protected]
$ grep peerDependencies -A 2 node_modules/@aws-sdk/credential-provider-ini/package.json
"peerDependencies": {
"@aws-sdk/client-sts": "^3.577.0"
}, |
Beautiful, thank You! :) |
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
When installing the following packages:
The installation process results in conflicting peer dependencies.
SDK version number
@aws-sdk/[email protected], @aws-sdk/[email protected]
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v21.7.2
Reproduction Steps
npm i @aws-sdk/client-secrets-manager @aws-sdk/client-sts
Observed Behavior
Expected Behavior
The installation process should resolve peer dependencies without conflicts.
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: