illinois / queue

A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82 stars 36 forks source link

Test suites are failing to run #311

Open andrewstec opened 4 years ago

andrewstec commented 4 years ago

Severity: High

Description: When I try to run the test suites to see if I broke features while doing development work, I get a report that 19 test suites have failed to run. I also tried this on the original source code (master branch) and I get the same error:

image

andrewstec commented 4 years ago

NOTE: I discovered that this is related to the conjunct of running Catalina OS/X and Node version 12.

Node-sass really does not play well with these.

I reverted to Node 8.1.1 and ran npm update node-sass, which fixed the problem.