-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node.js v18 Compatibility Test for [ml-commons-dashboards] #183
Comments
Hi @ananzh , we will test the compatibility according above steps. Will paste the testing result here after finished. |
Hi @ananzh , I've tested the ml-commons-dashboards plugin based updated OSD branch, ml-commons main branch and ml-commons-dashboards main branch. But when I test in cypress, I got an error like this: |
The official Node.js 18 PR raised in OSD: opensearch-project/OpenSearch-Dashboards#4071 |
@wanglam Cypress should work with Node.js 18.x and above. Is this in functional test repo or in ml? Could you give me some reproduce steps? |
@wanglam I used a plain OpenSearch and opensearch-project/OpenSearch-Dashboards#4071 to run the cypress test from the functional test repo. I picked one example from vis-builder, and it works well: ![]() Then I tried to use ml-commons-dashboards. I first git download
Could you help me on that? Meanwhile from |
opensearch-project/OpenSearch-Dashboards#4071 support node 14, 16 and 18. Pls test on node 18.
|
Hi @ananzh , Thanks for helping me investigate this issue. |
@wanglam I also figure it out my issue. I didn't put ![]() |
@wanglam just want to double check that have you use 18.16.0? Cuz @AMoo-Miki 's PR supports node 14 to 18. So you need to specifically use Node.js 18 (v18.16.0) . I will close the issue. If you r not using Node.js 18 and find issues with that, just re-open it. |
@ananzh I've double check in the remote ubuntu, I am running in |
Introduction
As part of our continued efforts to improve OpenSearch Dashboards, we are planning to upgrade the underlying Node.js version from v14 to v18. This change will enhance performance, add new features, and bolster security. However, such major version changes might also affect the compatibility of existing plugins. Here is more introduction: opensearch-project/OpenSearch-Dashboards#3601.
Therefore, we kindly request assistance in testing this plugin the compatibility of with this new version of Node.js. We've prepared a branch with the Node.js v18 upgrade, which you can find here:
https://github.com/AMoo-Miki/OpenSearch-Dashboards/tree/node-18-webpack-4
Steps to Proceed
The purpose of linking any questions or issues back to the main issue is to maintain visibility and transparency among all plugin owners. A problem encountered by one plugin might also affect others. This shared knowledge base will foster collaborative problem-solving and prevent duplication of effort.
We appreciate your support and cooperation in ensuring a smooth transition to Node.js v18 for the entire OpenSearch Dashboards community.
The text was updated successfully, but these errors were encountered: