queue icon indicating copy to clipboard operation
queue copied to clipboard

Test suites are failing to run

Open andrewstec opened this issue 4 years ago • 1 comments

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 avatar Mar 25 '20 17:03 andrewstec

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.

andrewstec avatar Mar 25 '20 18:03 andrewstec