Datei ist ein CommonJS; Es kann in ein ES6 -Modul umgewandelt werden

//Edit package.json

"type": "module", //add this line
Azizul7m