Whenever we run 'npm install` from bahmniapps/ui folder the build is failing with the below error
Below is the PR raised to fix the issue
PR Link -> https://github.com/Bahmni/openmrs-module-bahmniapps/pull/281
Tested the npm install command locally with the PR changes and npm install task is passing. Merged the PR to master branch
There is a node uppgrade because of which npm install command is not used now. When we use yarn default, didnt experience the following error. Hence closing..