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

Is this package maintaned? #348

Open
pkuczynski opened this issue Jun 14, 2024 · 4 comments
Open

Is this package maintaned? #348

pkuczynski opened this issue Jun 14, 2024 · 4 comments

Comments

@pkuczynski
Copy link

Hi @wclr, seems that this package is not maintained (no release for 2 years). Do you need some help? Are you looking for a co-maintainer?

@TechQuery
Copy link

We can use node -r ts-node/register --watch instead of ts-node-dev since node@16.19.0: https://nodejs.org/docs/latest/api/cli.html#--watch

@wclr
Copy link
Owner

wclr commented Sep 8, 2024

I would recommend using tsx

@TechQuery
Copy link

I would recommend using tsx

@wclr It has bad support of Decorator syntax, ts-node is irreplaceable for now.

@tacomanator
Copy link

Don't know the cause, by I've not had luck with either node -r ts-node/register --watch—it starts OK, but immediately and continuously restarts, So, I tried using this library but to no avail (goes into infinite loop on startup). The same program works when run directly from $ ts-node server.ts or with node -r ts-node/register server.ts without the --watch option. So, I guess the original question is still valid.

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

4 participants