Skip to content
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

Open
ghost91- opened this issue May 25, 2022 · 9 comments
Open

ts-node-dev 1.1.8 is broken with TypeScript 4.7 #311

ghost91- opened this issue May 25, 2022 · 9 comments

Comments

@ghost91-
Copy link

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

@Phill030
Copy link

Can confirm the same

@justisGipson
Copy link

justisGipson commented May 25, 2022

seeing this too, replacing ts-node-dev with ts-node worked

Edit: I bumped ts-node-dev to pre-release version 2.0.0-0 and this also worked for me. Not having any issues with it right now.

@Phill030
Copy link

Yeah or downgrading typescript back to 4.6

@AhmedY0unes
Copy link

happened to me too using Docker, worked after upgrading to ts-node 10.8

@binamralamsal
Copy link

I am also facing same issue.

@jishidaaaaa
Copy link

I encountered the same problem, so I stopped using ts-node-dev and started using nodemon and ts-node.
cf https://github.com/TypeStrong/ts-node#watching-and-restarting

@wclr
Copy link
Owner

wclr commented May 26, 2022

I've published 2.0.0, check it.

@dargmuesli
Copy link

Works for me! :) thank you for your maintenance ❤️

@dargmuesli
Copy link

I must have overlooked something. I'm facing issue #314 too now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants