`Error [ERR_REQUIRE_ESM]: Must use import to load ES Module`
ehmicky opened this issue · 0 comments
ehmicky commented
This package uses ES modules. If you're seeing the following error message:
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module
This means you're using require()
to load this package. An import
or import()
statement should be used instead. For more information, see this blog post.