Replies: 1 comment
-
It turns out The issue was caused by a I would still argue that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running
ts-node
on a complex monorepo project, which stopped working with a vague "Output generation failed" error which I cannot find a way to properly debug.I have tried to enable
TS_NODE_DEBUG=true
, but it seems the error happens before logging the module in question.How can I troubleshoot this? I am using yarn berry.
Beta Was this translation helpful? Give feedback.
All reactions