question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Release 3.121.0 has sub-dependency versions defined that don't exist; can't install

See original GitHub issue

Describe 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: image

$ npm install @aws-sdk/util-dynamodb

Result: image

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:closed
  • Created a year ago
  • Reactions:9
  • Comments:12

github_iconTop GitHub Comments

3reactions
distracteddevcommented, Jun 30, 2022

We have also run into issues during npm install due to @aws-sdk/client-sts@3.121.0 not being availalbe

3reactions
halfnibblecommented, Jun 30, 2022

We are experiencing this problem as well. It seems like 3.121.0 should be released, but it’s not available on npmjs.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found