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
From what I can from that usage online: nvm install node
will install the latest version of Node.
We have a .nvmrcfile within our repo so if you run: nvm install
It will install the version we defined targeted version. Although our supported Node versions include more than just our targeted version.
Can you check if that works and if there is documentation within our repo would you like to modify the docs?
Thanks for helping me with this issue.
I was reading the documentation and I think being more specific about the version of each program would have a huge impact for new developers as they would have the exact information to start.
I made some changes to the documentation, and I would like to know what you think, so I can create a PR or modify it.
Describe the bug
I tried to run
yarn osd bootstrap
using the latest versions of node and npm, but I got compatibility error.To Reproduce
Steps to reproduce the behavior:
nvm install node
.npm i -g npm
.npm i -g yarn
.yarn osd bootstrap
.Expected behavior
I expected
yarn osd bootstrap
to complete the process successfully.OpenSearch Version
opensearch-3.0.0-SNAPSHOT
Dashboards Version
v 3.0.0
Screenshots
I expected something like this (older versions of node and npm):
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: