npm install client-sqs 3.121.0 fails due to client-sts incompatibility
See original GitHub issueDescribe 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:
- Created a year ago
- Comments:6
Top 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 >
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
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!
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.