I installed the necessary versions of the node and yarn that were in the documentation, however, an error occurred in the execution of the osd bootstrap command
the error explicitly indicates the hint yarn install, however, it is does not resolved issue
I tried to search on the Internet, but I did not find anything useful in them
Start the OpenSearch Dashboards development server using the start:docker command:
yarn start:docker
After following the previous instructions, OpenSearch Dashboards should be running on http://127.0.0.1:5603/fux. To access the OpenSearch Dashboards web interface, use the URL http://127.0.0.1:5603/fux in your browser instead of localhost:5603/fux. Changing the URL to use 127.0.0.1 instead of localhost can help avoid potential issues.
Those troubleshoot steps should be eventually merged to docker setup manual(even if they’re formatted a bit differently), I believe the PR for that is ongoing
@zloiadil01 did you successfully install yarn? If so are you still seeing the same error? You can verify that you have yarn installed using the command yarn --version in the project root. Also OSD isnt officially supported on MacOS so using the docker setup guide would be the way to go for MacOS right now.