errors.fyi community error code reference
ERR_REQUIRE_ESM
nodejs

Cannot require ES module

require() was used to load an ES module. Use import() or convert the file to CommonJS.

References

← all namespaces