Sintakserror: Tidak dapat menggunakan pernyataan impor di luar simpul modul 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