can't install client-config-service
See original GitHub issueDescribe 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:
- Created a year ago
- Reactions:4
- Comments:9
Top 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 >
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
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.
Hi @diogobaltazar this issue is caused by a npm outage. We can see a status about it here.
Thanks.