SyntaxError: не может использовать оператор Import за пределами узла модуля JS
// Note: "import" should generally be used for modules/package projects, otherwise use
// "require"
// In your NodeJS project's package.json add the following "type" field to allow use of "import":
{
"type": "module"
}
Anxious Alligator