Quando tento executar o comando "node .\index.js" me retorna o seguinte erro:
(function (exports, require, module, __filename, __dirname) { import { Cliente } from "./Cliente.js" ^
SyntaxError: Unexpected token { at new Script (vm.js:84:7) at createScript (vm.js:264:10) at Object.runInThisContext (vm.js:312:10) at Module.compile (internal/modules/cjs/loader.js:684:28) at Object.Module.extensions..js (internal/modules/cjs/loader.js:732:10) at Module.load (internal/modules/cjs/loader.js:620:32) at tryModuleLoad (internal/modules/cjs/loader.js:560:12) at Function.Module._load (internal/modules/cjs/loader.js:552:3) at Function.Module.runMain (internal/modules/cjs/loader.js:774:12) at executeUserCode (internal/bootstrap/node.js:499:15)
Poderiam me ajudar por favor?