aws-samples / medical-transcription-analysis

Medical Transcription Analysis (MTA) demonstrates how the integration of Amazon Comprehend Medical and Amazon Transcribe Medical can be used to transcribe audio data, extract key medical components and tag the data to their corresponding entities. Automating the medical transcription and comprehension process makes it easier for health care professionals to focus on patient care.
MIT No Attribution
79 stars 35 forks source link

Use sass instead of node-sass #80

Closed kazbaig closed 3 years ago

kazbaig commented 3 years ago

react-scripts does not support node-sass vs 6.0, which is needed for node v16.x. This PR switches to sass, which is supported by react-scripts and runs on node 16.x. This raised some deprecated SCSS errors, which were fixed.

Also adds the husky installation script so that users don't get an error message when they try to make a new commit.