ts-node-dev 1.1.8 is broken with TypeScript 4.7
See original GitHub issueIssue description
ts-node-dev 1.1.8 is broken with TypeScript 4.7. The underlying issue is a problem with ts-node, which has been fixed in ts-node 10.7 (https://github.com/TypeStrong/ts-node/issues/1647). It works correctly in ts-node-dev 2.0.0-0. Is there a chance we can get an actual release of that version, instead of just a release on the next
distribution tag?
Context
OS version (is it docker or host?), ts-node-dev version no docker, ts-node-dev 1.1.8
Did you try to run with ts-node? no
Did you try to run with --files
option enabled?
no
Did you try to run with --debug
option enabled?
no
Do you have a repro example (git repo) with simple steps to reproduce your problem? no
Issue Analytics
- State:
- Created a year ago
- Reactions:15
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Issues · wclr/ts-node-dev - GitHub
Compiles your TS app and restarts when files are modified. - Issues · wclr/ts-node-dev. ... ts-node-dev 1.1.8 is broken with TypeScript 4.7.
Read more >ts-node-dev - npm
Compiles your TS app and restarts when files are modified.. Latest version: 2.0.0, last published: 7 months ago. Start using ts-node-dev in ...
Read more >Running a simple express app with ts-node-dev and get error
Just change the ts-node-dev version from 1.1.8 to 2.0.0-0 in my package.json file, then run npm install again, and the error disappears.
Read more >ts-node-dev - Bountysource
When I start app ts compile very fast, but when I change some file It take to long to restart, in which may...
Read more >Changelog | skuba - GitHub Pages
See the TypeScript 4.7 announcement for more information. ... Prettier and TypeScript patches and ts-node-dev minors without us having to cut a new...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve published 2.0.0, check it.
Works for me! 😃 thank you for your maintenance ❤️