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
Hi,
No solution here?
I have the same error on windows 11.
I think it is related to Windows Defender flaging it as a threat. for me atleast.
Every time I try to run the ts-node-dev command, Windows Defender triggers a "Found a threat" message, and I guess just deletes the files.
ts-node runs just fine.
I found that if I add an exception for the AppData\Local\Temp folder it works, and Windows Defender calms down.
But I dont think that is a solution I would like to keep for too long.
Any idea what might be causing it?
Windows Defender is not being helpful with why thoese files in particular are being flagged.
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
--files
option enabled?yes - same error
Did you try to run with
--debug
option enabled?yes -same error
Do you have a repro example (git repo) with simple steps to reproduce your problem?
no
The text was updated successfully, but these errors were encountered: