When i try to run a nodejs program, i get the following error:
node:internal/process/task_queues:96
runMicrotasks();
^
TypeError: Cannot convert undefined or null to object
at push (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
REPL Node works just fine. When i try to run a js file i get the error.