-
Notifications
You must be signed in to change notification settings - Fork 976
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
[BUG] Compilation of 2.8.0 fails with node 18 due to lmdb-store #4260
Comments
Yeah seems in this backport PR, we have both
and
|
ananzh
added a commit
to ananzh/OpenSearch-Dashboards
that referenced
this issue
Jun 8, 2023
Issue Resolve opensearch-project#4260 Signed-off-by: ananzh <ananzh@amazon.com>
8 tasks
ananzh
added a commit
to ananzh/OpenSearch-Dashboards
that referenced
this issue
Jun 8, 2023
Issue Resolve opensearch-project#4260 Signed-off-by: ananzh <ananzh@amazon.com>
ananzh
added a commit
that referenced
this issue
Jun 9, 2023
Issue Resolve #4260 Signed-off-by: ananzh <ananzh@amazon.com>
6 tasks
16 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Compilation of 2.8.0 with node 18 fails due to lmdb-store. The error is described here in step 5 and seems like it's fixed in
main
branch but not on2.8.0
tag.main
branch: https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/packages/osd-optimizer/package.json2.8.0
branch: https://github.com/opensearch-project/OpenSearch-Dashboards/blob/2.8.0/packages/osd-optimizer/package.jsonMaybe a bad backport merge since it was replaced with
lmdb
?To Reproduce
Steps to reproduce the behavior:
yarn osd bootstrap
Expected behavior
Expected to build properly
OpenSearch Version
N/A
Dashboards Version
tag 2.8.0 from git repo.
Plugins
N/A
Screenshots
N/A
Additional context
The text was updated successfully, but these errors were encountered: