node:fs:2787
      const stats = binding.lstat(base, true, undefined, true /* throwIfNoEntry */);
                            ^

Error: ENOENT: no such file or directory, lstat 'D:\site\temp\typescript\compiledJs_6a8ee86b88e35.js'
    at Object.realpathSync (node:fs:2787:29)
    at toRealPath (node:internal/modules/helpers:61:13)
    at Function._findPath (node:internal/modules/cjs/loader:778:22)
    at resolveMainPath (node:internal/modules/run_main:39:23)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:163:20)
    at node:internal/main/run_main_module:36:49 {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'lstat',
  path: 'D:\\site\\temp\\typescript\\compiledJs_6a8ee86b88e35.js'
}

Node.js v22.16.0