Release 3.121.0 has sub-dependency versions defined that don't exist; can't install
See original GitHub issueDescribe the bug
A recent release has bumped version numbers of some dependencies without releasing matching versions of those dependencies, possibly just one dependency, but I’m not sure how to check them all. This means npm/yarn installs of certain aws sdk packages will fail with 404s.
Expected Behavior
Successful install.
Current Behavior
$ npm install @aws-sdk/client-dynamodb
Result:
$ npm install @aws-sdk/util-dynamodb
Result:
Reproduction Steps
$ npm install @aws-sdk/client-dynamodb
Also see:
$ npm info @aws-sdk/client-sts version
3.118.1
Possible Solution
Release version 3.121.0 of client-sts, and any other missing sub-dependencies from the recent release, if any.
Additional Information/Context
No response
SDK version used
3.121.0
Environment details (OS name and version, etc.)
Windows 10
Issue Analytics
- State:
- Created a year ago
- Reactions:9
- Comments:12
Top Results From Across the Web
How do I override nested NPM dependency versions?
Adding phantomjs to my package's dependencies first has no effect; both versions are installed and grunt-contrib-jasmine still uses the older versions (see: ...
Read more >Announcing NuGet 6.3 - Transitive Dependencies, Floating ...
Install packages with custom floating versions in Visual Studio. You can now install custom versions of packages with floating version syntax.
Read more >Selective dependency resolutions - Yarn
Yarn supports selective version resolutions, which lets you define custom package versions or ranges inside your dependencies through the resolutions field ...
Read more >A Story Resulting in Pip Pip Hooray - Alteryx | Innovation
We install all of the minimum dependency versions that our package requires, including the minimum core and minimum test requirements. We have ......
Read more >Overriding Dependency Versions and Using Version Ranges ...
Declaring Dependencies in Maven. Maven projects are defined in their top-level “pom.xml” file. This file describes a project's name, version, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We have also run into issues during
npm install
due to @aws-sdk/client-sts@3.121.0 not being availalbeWe are experiencing this problem as well. It seems like
3.121.0
should be released, but it’s not available on npmjs.