wclr / ts-node-dev

Compiles your TS app and restarts when files are modified.
MIT License
3.43k stars 123 forks source link

Upgrade ts-node to v10.9.2 #342

Closed unematiii closed 8 months ago

unematiii commented 10 months ago

Issue description

Bug/issue in ts-node v10.9.1 prevents us using this tool with Typescript 5.3. Fixed in v10.9.2.

Context

*macOS Sonoma, ts-node-dev version 2.0.0

*Did you try to run with ts-node? Yes

See https://github.com/TypeStrong/ts-node/issues/2098#event-11194208861

flex-junwoo commented 9 months ago

any update here?

wclr commented 9 months ago

Shouldn't "ts-node": "^10.4.0", https://github.com/wclr/ts-node-dev/blob/master/package.json#L53 install the latest version of 10.x.x?

flex-junwoo commented 9 months ago

To use TypeScript 5.3.x, need to have ts-node version 10.9.2. So, this is an issue requesting an upgrade of the version.

wclr commented 9 months ago

If your package manager installed the earlier version of ts-node (for ts-node-dev) just remove and re-add ts-node-dev, it should install with it the latest available ts-node 10.x.x.