diff --git a/package.json b/package.json
index 91c154be471453aad5b95bb0fdb2efa3a0e7fcc3..41c03642815c3215dc9db73b316e3f7a75205f48 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "description": "Node.js application for command line interface of myasso application",
   "main": "index.ts",
   "scripts": {
-    "start": "ts-node-esm index.ts",
+    "start": "node --loader ts-node/esm index.ts",
     "test": "vitest",
     "lint": "eslint . --ext .ts --ignore-pattern **/*spec.ts",
     "lint:fix": "eslint . --ext .ts  --ignore-pattern **/*spec.ts --fix"