nodejs · nodejs/ERR_REQUIRE_ESM
ERR_REQUIRE_ESM
Cannot require ES module
require() was used to load an ES module. Use import() or convert the file to CommonJS.
require() was used to load an ES module. Use import() or convert the file to CommonJS.