Closed mattiamanzati closed 4 years ago
Windows being Windows, is unable to spawn ts-node and gives back ENOENT error. Using ts-node.cmd solves the issue, so this PR adds a check on the executing environment and conditionally uses ts-node.cmd instead of ts-node.
Thanks @mattiamanzati, released.
Windows being Windows, is unable to spawn ts-node and gives back ENOENT error. Using ts-node.cmd solves the issue, so this PR adds a check on the executing environment and conditionally uses ts-node.cmd instead of ts-node.