Related: cspotcode/node-source-map-support#3
Discovered with node 16.5
2x problems:
vanilla node outputs:
Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only file and data URLs are supported by the default ESM loader. Received protocol 'http:'
with source-map-support/register, outputs:
Error: Only file and data URLs are supported by the default ESM loader. Received protocol 'http:'
The other problem is that node's errors use pretty stack trace colors, but source-map-support gets rid of that.