mcode / clinical-trial-matching-app

Smart on FHIR application for matching patient records with clinical trials
Apache License 2.0
6 stars 1 forks source link

Switch to NPM from Yarn #58

Closed dmpotter44 closed 1 year ago

dmpotter44 commented 1 year ago

This removes the Yarn configuration and replaces it with NPM. There are a few reasons for this:

  1. We're still using Yarn 1, which has not been updated for two years.
  2. Yarn has run into some issues accessing the Yarn classic repo from behind our firewall.
  3. Yarn has run into issues when installed across user accounts.
  4. The rest of the project is using NPM.