opensearch-project / reporting-cli

Apache License 2.0
4 stars 13 forks source link

[BUG] Not able to install Opensearch Reporting CLI on MacOS #79

Open sapatelpartstech opened 2 weeks ago

sapatelpartstech commented 2 weeks ago

Describe the bug

I am trying to install the OpenSearch Reporting cli on MacOS using the following commands but I am seeing that it is deprecated. Could someone please confirm if this is true ?

sudo npm install -g @opensearch-project/reporting-cli I have also tried to download opensearch-reporting-cli tool from the OpenSearch.org Artifacts hub.

and install using sudo npm install -g opensearch-reporting-cli-1.0.0.tgz

But I still get the following response. shown in the logs section below.

Logs** % sudo npm i @opensearch-project/reporting-cli

npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.

npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported

npm warn deprecated abab@2.0.6: Use your platform’s native atob() and btoa() methods instead

npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported

npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported

npm warn deprecated w3c-hr-time@1.0.2: Use your platform’s native performance.now() and performance.timeOrigin.

npm warn deprecated domexception@4.0.0: Use your platform’s native DOMException instead

npm warn deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.

npm warn deprecated puppeteer@18.2.1: < 22.8.2 is no longer supported

added 179 packages in 14s

32 packages are looking for funding

run npm fund for details

Related component

Build

To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

the reporting cli should be able to be installed

Additional Details

Plugins Please list all plugins currently enabled.

Screenshots If applicable, add screenshots to help explain your problem. image

Host/Environment (please complete the following information):

Additional context Add any other context about the problem here.