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.

can't install client-config-service

See original GitHub issue

Describe the bug

Can’t install the module due to uninstalled dependencies. But the dependencies’ versions don’t exist.

$ npm install @aws-sdk/client-config-service
npm install @aws-sdk/client-config-service
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.

However, after npm i @aws-sdk/client-sts:

$ npm info @aws-sdk/client-sts version
3.118.1

Expected Behavior

Successful install

Current Behavior

$ npm install @aws-sdk/client-config-service
npm install @aws-sdk/client-config-service
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.

Reproduction Steps

$ npm install @aws-sdk/client-config-service

Possible Solution

Is it requesting a non-existing version?

Additional Information/Context

No response

SDK version used

3.121.0

Environment details (OS name and version, etc.)

ubuntu 20.04

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:4
  • Comments:9

github_iconTop GitHub Comments

2reactions
halfnibblecommented, Jul 1, 2022

Reposting here since this is the “non-duplicate” issue. Can the aws-sdk-js-v3 team try republishing? NPM is saying they’ve fixed the publish issue, but that does not appear to automatically restore missing publishes.

2reactions
yenfryherrerafelizcommented, Jun 30, 2022

Hi @diogobaltazar this issue is caused by a npm outage. We can see a status about it here.

Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot upgrade from Istio 1.9 to Istio 1.10 #32330 - GitHub
clientConfig.service.port: Invalid value: 0: port is not valid: must be between 1 and 65535, inclusive] ✓ Ingress gateways installed ...
Read more >
Can't install client on some work stations - TechNet - Microsoft
Enumerates the source for client config as specified in SMSCONFIGSOURCE and signals an abort install if a specific condition arises.
Read more >
Resolving managed Anthos Service Mesh issues
This document explains common Anthos Service Mesh problems and how to resolve them, such as when a pod is injected with istio.istio-system ...
Read more >
Deploying Clients :: Velociraptor - Digging deeper!
The official release installs the Velociraptor executable into C:\Program Files\Velociraptor\ then creates a new Windows service that points to this executable ...
Read more >
SL 2015 -- Newly installed client won't open
This situation can result when a Service Pack is installed on the server but not the ... When I look for the executable,...
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