deldev
(Rekha)
October 5, 2023, 9:57am
1
I want to configure CCDA in openemr I have completed steps as mentioned in the following link Carecoordination Module Configuration - OpenEMR Project Wiki . Now I dont know whats next after this here in terminal after npm init
please let me know.
Thanks
PeteBoyd
(Pete Boyd)
October 5, 2023, 10:12am
2
Keep pressing enter until all questions have been responded to and you’re back at the command prompt.
deldev
(Rekha)
October 5, 2023, 10:22am
3
I tried with npm init -y and got this
still node service not running error in open emr
PeteBoyd
(Pete Boyd)
October 5, 2023, 10:32am
4
I don’t know Windows
What version of Node?
Do you have the required PHP modules installed?
Manually run the CCDA service to see if it runs OK from the command-line
Shutdown running node processes
npm install --production
Are you definitely trying to download a CCDA and not a QRDA?
deldev
(Rekha)
October 5, 2023, 10:34am
5
Yes its CCDA . I will check the PHP modules.
deldev
(Rekha)
October 5, 2023, 10:38am
6
I am getting this error while trying to install php modules
PeteBoyd
(Pete Boyd)
October 5, 2023, 10:44am
7
You’re typing Linux commands into Windows. You need to either find how to do this in the Windows way, or switch to using a Linux server.
deldev
(Rekha)
October 5, 2023, 10:51am
8
oh ok. I have searched for it already but I havent got right one. Could you please suggest links where I can find guidelines to install php modules in window
deldev
(Rekha)
October 5, 2023, 10:58am
9
I have checked in the wamp its all already there in php extensions
deldev
(Rekha)
October 5, 2023, 11:18am
10
Hi Pete,
Thank you so much for your time and consideration.
I got the ccda working
1 Like