PS C:\Users\user\frontend modules 03\openmrs-esm-patient-management> yarn start --openmrs-esm-patient-management/ems-active-visits-app
━━━ Yarn Package Manager - 4.10.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
$ yarn <command>
You can also print more details about any of these commands by calling them with
the `-h,--help` flag right after the command name.
after installing all the dependencies,and commanding yarn,the dev server failed to run. can someone help me with the right approach
.
Usage Error: Missing source for the plugin.js plugin - please try to remove the plugin from .yarnrc.yml then reinstall it manually. This error usually occurs because .gitignore is incorrect, check Questions & Answers | Yarn to make sure your plugin folder isn’t gitignored.
I replied on Slack, but there’s nothing in the default Yarn configuration for the patient management module that references a “plugin.js”. If you have local changes to that file, revert them.
yes have reverted the changes but still seems to be the same thing when even working with a different project as well. Actually i have tried using gitbash and command prompt,but still same work result.
PS C:\Users\user\openmrs core> yarn start --sources’packages/esm-login-app,’
yarn run v1.22.22
warning package.json: No license field
error Command “start” not found.
info Visit yarn run | Yarn for documentation about this command. Really wondering what could be the mistake?