Describe the bug
after run command nuxt-ts, process hung and is not responding.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
nuxt-ts should build dev server well.
Additional context
I just tried to build minimal project but i cannot findout why this is not going well...
I have the same issue from today
maybe it is related issue with this..
https://github.com/TypeStrong/ts-node/issues/918
maybe it is related issue with this..
TypeStrong/ts-node#918
Yes. I have fixed version to 8.5.2 and all works fine
Definitely a ts-node issue. Fixing to 8.5.2 also resolved the issue for me.
It was working before so I guess ts-node published a broken version in the meanwhile ? As I didn't publish new runtime version since a while.
It was working before so I guess
ts-nodepublished a broken version in the meanwhile ? As I didn't publish newruntimeversion since a while.
It's new patch version of ts-node. You just can to fix version in runtime module :)
@kevinmarrec Yes, this isn't a @nuxtjs/typescript issue, it's a ts-node issue.
Alright I'll close this issue (and probably also #216 ) when publishing runtime with last ts-node version, this way it will ensure no one has the buggy ts-node version.
Released new runtime version with last ts-node version.
Most helpful comment
maybe it is related issue with this..
https://github.com/TypeStrong/ts-node/issues/918