Hello everyone,
I tried to install the Medplum locally, referring the video on YouTube and the documentation. But when i tried to do "npm run build" after "npm run ci", I am getting errors saying "Modules not found" from each individual packages. When i go inside each packages and npm install, it works.
I feel like the "npm ci" seems to be not installing the dependencies properly for each packages.
Anyone can point out what might me the issue here?