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.

npm install client-sqs 3.121.0 fails due to client-sts incompatibility

See original GitHub issue

Describe the bug

npm install @aws-sdk/client-sqs for latest version 3.121.0 fails with

C:\test>npm i @aws-sdk/client-sqs
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @aws-sdk/client-sts@3.121.0.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of '@aws-sdk/client-sqs'
npm ERR! notarget

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Bernd\AppData\Roaming\npm-cache\_logs\2022-07-01T07_24_20_817Z-debug.log

Expected Behavior

npm install @aws-sdk/client-sqs should succeed

Current Behavior

npm install @aws-sdk/client-sqs fails with

C:\test>npm i @aws-sdk/client-sqs
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @aws-sdk/client-sts@3.121.0.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of '@aws-sdk/client-sqs'
npm ERR! notarget

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Bernd\AppData\Roaming\npm-cache\_logs\2022-07-01T07_24_20_817Z-debug.log

Reproduction Steps

npm install @aws-sdk/client-sqs in any new npm project.

Possible Solution

Feels like the required dependencies @aws-sdk/client-sts build or deploy has failed since it is still on latest: 3.118.1

Additional Information/Context

No response

SDK version used

latest: 3.121.0

Environment details (OS name and version, etc.)

Windows 11, latest

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
yenfryherrerafelizcommented, Jul 1, 2022

Hi @BerndWessels, thanks for reporting this.

There was a npm outage yesterday that made some packages not to be available, even though they were published. However, the issue was fixed by npm, and the packages are now available.

Thanks!

0reactions
github-actions[bot]commented, Jul 16, 2022

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

@aws-sdk/client-sqs - npm
Start using @aws-sdk/client-sqs in your project by running `npm i ... To install the this package, simply type add or install @aws-sdk/client-sqs using...
Read more >
@aws-sdk/client-elasticsearch-service - npm
Installing. To install the this package, simply type add or install @aws-sdk/client-elasticsearch-service using your favorite package manager:.
Read more >
@aws-sdk/client-sts - npm
Installing. To install the this package, simply type add or install @aws-sdk/client-sts using your favorite package manager:.
Read more >
@aws-sdk/client-s3 - npm
AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native. Installing. To install the this package, simply type add or install...
Read more >
Common errors | npm Docs
Broken npm installation; Random errors; No compatible version found; Permissions errors ... Running a Vagrant box on Windows fails due to path length...
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