You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting a lot of these errors when using power-assert (without babel plugin) in ava tests:
Uncaught exception in test/normalizers/normalizeScraperVenueResults.js
/Users/gajus/Documents/dev/applaudience/cinema-data-scraper/node_modules/empower/index.js:33
TypeError: process.stdout.getColorDepth is not a function
isStackUnchanged (node_modules/empower/index.js:33:18)
empower (node_modules/empower/index.js:40:7)
applyEmpower (node_modules/power-assert/index.js:41:16)
customize (node_modules/power-assert/index.js:47:25)
Object.<anonymous> (node_modules/power-assert/index.js:64:21)
Module._compile (node_modules/pirates/lib/index.js:91:24)
✖ test/normalizers/normalizeScraperVenueResults.js exited with a non-zero exit code: 1
The text was updated successfully, but these errors were encountered:
I've found that my local tests fail on the same thing, unless I am running Node version 9.8 or below. After 9.9.0 was introduced, something in the internals seem to no longer support that getColorDepth function.
Getting a lot of these errors when using power-assert (without babel plugin) in ava tests:
The text was updated successfully, but these errors were encountered: