There seems to be an issue according to this , has any one experienced this ?
@josephkagimu1 what steps did you follow that landed you to this snag?
- I cloned the app
- I ran npx lerna bootstrap for the installation of dependencies
- Then " yarn start " .
It starts with that kind of error , I wonder its origin ,
I appreciate any guidance .
@mherman22
After cloning the repository, cd
into the directory and trigger yarn
to install all dependencies. Then you can start the app using yarn start
Hello members, am facing a challenge while starting openmrs-esm-patient-chart Here are steps I took :
- cloned the app
- cd openmrs-esm-patient-chart
- yarn install
- cd packages/esm-patient-chart-app
- yarn start
Here is what I got : The app didn’t start as I expected, am kindly requesting for support at this point
@josephkagimu1 Each of the OpenMRS ESM monolithic repository has its own set of commands to be followed, as outlined in the README section of each repo. For instance, below are the commands you were supposed to run after cloning:
- Run
yarn
to install dependencies. - Run
yarn start --sources 'packages/esm-patient-<insert-package-name>-app'
to start the package."
Thanks @jwnasambu
but also the login fails , could there be a change in password
I used this → username : admin
→ Password : Admin123
Sorry for the late response . Kindly those are the credentials am using and its working well.The error could be due to the PRs being merged and the demo server being restarted.
Ok am to start this process afresh and see the results , thanks for the support
I cloned the project again and reinstalled the dependecies , on top of that , I hard node V16 and Installed node V18 then the project worked fine , thanks for all that helping effort @jwnasambu