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
This bug happens when running the command line yarn osd bootstrap in the Development Guide file in OpenSearch-Dashboards. It appears that the current bootstrap version is incompatible with the 20.8.0 Node version
See error: tructran@Trucs-MacBook-Air OpenSearch-Dashboards % yarn osd bootstrap yarn run v1.22.19 error opensearch-dashboards@3.0.0: The engine "node" is incompatible with this module. Expected version ">=14.20.1 <19". Got "20.8.0" error Commands cannot run with an incompatible environment. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Expected behavior
bootstrap completed
OpenSearch Version
3.0.0-SNAPSHOT
Dashboards Version
3.0.0
Plugins
Please list all plugins currently enabled.
Screenshots
Host/Environment (please complete the following information):
OS: MacOS Ventura 13.3
The text was updated successfully, but these errors were encountered:
Hey @tranngocsongtruc, Node 20 is the latest node version. We just bump node from 14 to 18 (#3601). Currently we don't support Node 20. As you see from the error msg Expected version ">=14.20.1 <19", the latest version we support is Node 18.
You could install diff node version locally by running nvm install <some version> and then nvm use <installed version. If you still see issues running OSD or you want to do more investigation on bumping Node to 20, pls re-open the issue.
Describe the bug
This bug happens when running the command line
yarn osd bootstrap
in the Development Guide file in OpenSearch-Dashboards. It appears that the current bootstrap version is incompatible with the 20.8.0 Node versionTo Reproduce
Steps to reproduce the behavior:
yarn osd bootstrap
tructran@Trucs-MacBook-Air OpenSearch-Dashboards % yarn osd bootstrap
yarn run v1.22.19
error opensearch-dashboards@3.0.0: The engine "node" is incompatible with this module. Expected version ">=14.20.1 <19". Got "20.8.0"
error Commands cannot run with an incompatible environment.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Expected behavior
bootstrap completed
OpenSearch Version
3.0.0-SNAPSHOT
Dashboards Version
3.0.0
Plugins
Please list all plugins currently enabled.
Screenshots
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: