Hi everyone,
A small update was made to the openmrs-esm-core README to improve the developer setup experience.
What changed?
A warning was added about the yarn setup command being resource-intensive. It now suggests an alternative for users facing system hangs or performance issues:
yarn build --concurrency 1
This allows the build to complete with limited concurrency and is especially helpful for contributors on lower-resource machines.
Related Jira Issue: Jira
Thanks!