Open rxtsel opened 2 months ago
I have this same issue with a nextjs app that uses prisma. if i delete the .prisma/client folder it will complete. Stil trying to figure out what is in that folder but guessing something with the prisma types is messing it up.
Update: The prisma relation seems to have been a false flag.
The error comes from in this
{...register('tag_type_id')}
something in that from react-hook-form will freeze all of typescript if, if I @ts-nocheck the page containing it all is back to expected.
I'm experiencing an issue where running the command
tsc --noEmit
hangs indefinitely and never completes. This issue occurs when usingfnm
version 1.37.1 with Node.js version 20.0.0.Here's what I've tried:
tsc --noEmit --traceResolution
to gather more information.The log output from
--traceResolution
shows the following (last few lines):Environment:
Steps to Reproduce:
fnm
version 1.37.1.fnm
to manage Node.js version 20.0.0.tsc --noEmit
in a project directory.Expected Behavior:
tsc --noEmit
should complete successfully and exit normally.Actual Behavior: The command hangs indefinitely and never completes.
Additional Information:
fnm list-remote
.Project
tsconfig.ts
: