Error [ERR_REQUIRE_ASYNC_MODULE]: require() cannot be used on an ESM graph with top-level await.
Use import() instead. To see where the top-level await comes from, use --experimental-print-required-tla.
This error is due to a Node.js updating the name of the error with a special "backport" of the require(esm)
feature.