errors.fyi
community error code reference
errors.fyi
/
nodejs
/
ERR_REQUIRE_ESM
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
https://nodejs.org/api/errors.html
โ all namespaces for ERR_REQUIRE_ESM