-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ts-node-dev 1.1.8 is broken with TypeScript 4.7 #311
Comments
Can confirm the same |
seeing this too, replacing Edit: I bumped |
Yeah or downgrading typescript back to 4.6 |
happened to me too using Docker, worked after upgrading to |
I am also facing same issue. |
I encountered the same problem, so I stopped using ts-node-dev and started using nodemon and ts-node. |
I've published 2.0.0, check it. |
Works for me! :) thank you for your maintenance ❤️ |
I must have overlooked something. I'm facing issue #314 too now. |
Issue 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 (TypeStrong/ts-node#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
The text was updated successfully, but these errors were encountered: