Migrating issues. Doesn't allow Sign In

Hello,

Please I installed OpenEMR on my local computer and it worked perfectly. When I extracted the database and uploaded the files to the server online, it gave me a weird interface that doesn’t allow me to proceed to login to the application. Please see the screenshot attached.

Thank you so much,
Emmanuel

@emmawab I think nmp is not installed properly. Please run npm install and npm build command from your terminals

Hi Nilesh,

Thank you for your response. Please how can I run the npm and which command should I use to run it?

Waiting for your response.

Thank you so much.
Emmanuel

Hi,
on this page GitHub - openemr/openemr: The most popular open source electronic health records and medical practice management solution. near the bottom are the instructions for running NPM.

If you installed the Windows version and then uploaded it to a Linux server. You will have an issue as well. There is a Linux and Windows version of the program.

@emmawab below is the command to run the NPM
npm install
npm run build