You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
Issue description
When runnig ts-node-dev it throws the following error:
I'm using prisma with generated zod types that generate some really long filenames - can this cause the issue?
Context
OS version (is it docker or host?), ts-node-dev version
Win 10
Did you try to run with ts-node?
yes - works
Did you try to run with
--filesoption enabled?yes - same error
Did you try to run with
--debugoption enabled?yes -same error
Do you have a repro example (git repo) with simple steps to reproduce your problem?
no