Service desk server build fails with following error:
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6.1-atlassian-1:yarn (process-static-resources) on project servicedesk-frontend-plugin: Failed to run task: 'yarn run build --display=minimal' failed. java.io.IOException: Cannot run program "/home/kkyovsky/projects/gb_crm/sd/atlassian-jira-servicedesk-4.8.0-source/servicedesk-parent-pom/node/yarn/dist/bin/yarn" (in directory "/home/kkyovsky/projects/gb_crm/sd/atlassian-jira-servicedesk-4.8.0-source/servicedesk-parent-pom"): error=2, No such file or directory -> [Help 1]
[ERROR]
From the error message I can read that build is trying to execute atlassian-jira-servicedesk-4.8.0-source/servicedesk-parent-pom/node/yarn/dist/bin/yarn that is not included it downloaded official sources of atlassian-jira-servicedesk-4.8.0.
Based on that I presume that I should download it from somewhere.
Where can I read about it?
README.md file included in sources archive contains links to Confluence that is not accessible with my account.
Here is the contains of README.md:
[JSD Server documetation can be found here](https://hello.atlassian.net/wiki/spaces/SDS/pages/142712990/JSD+Server+Development)
To get started, see [Setting up your environment](https://hello.atlassian.net/wiki/spaces/SDS/pages/142713491/Setting+up+your+environment).