Setting up Ampath Forms against a new front end module For custom control

Hi folks

I want to run the form engine against a new front end module for purposes of getting new custom control for drawing and annotating images.

discussion here

On running installing dependencies by npm install throws the error;

contents of the error log file located at /home/thembo/.npm/_logs/2023-06-16T04_52_54_557Z-debug-0.log

here

numbing the node_modules dir still does not throws the same

Thanks

@ibacher @dkigen @reagan @samuel34 @mksd @achachiez @burke

I don’t think we should be fetching @ampath-kenya/ngx-openmrs-formentry at all. The new form engine is GitHub - openmrs/openmrs-ngx-formentry: An OpenMRS 3.0 Form Engine, so it could be an issue with dependency versions. @dkigen could this be the case?

1 Like

Thanks @achachiez

was able to get a prod build with a dist/ngx-formentry directory so i want to install local copy of the form entry library into openmrs-esm-drawing forked version of the esm-template . Do i need to tansfer this to o3 as o3 ships with custom version of the Form Engine?

objective: make custom controls with forms

@mksd @mozzy