ehmicky / node-version-alias

Resolve Node.js version aliases like `latest`, `lts` or `erbium`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Error [ERR_REQUIRE_ESM]: Must use import to load ES Module`

ehmicky opened this issue · comments

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.