You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.orgArtifacts 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 [email protected]: 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 [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Use your platform’s native atob() and btoa() methods instead
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Use your platform’s native performance.now() and performance.timeOrigin.
npm warn deprecated [email protected]: Use your platform’s native DOMException instead
npm warn deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm warn deprecated [email protected]: < 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
Go to '...'
Click on '....'
Scroll down to '....'
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.
Host/Environment (please complete the following information):
OS: [e.g. iOS]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
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 [email protected]: 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 [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Use your platform’s native atob() and btoa() methods instead
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Use your platform’s native performance.now() and performance.timeOrigin.
npm warn deprecated [email protected]: Use your platform’s native DOMException instead
npm warn deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm warn deprecated [email protected]: < 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
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.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: