#`yarn tsc` does not error, but completes in 1 second

4 messages · Page 1 of 1 (latest)

spiral dome
#

It seems like when i run yarn tsc in one of my services (monorepo), it does not error out, but just says "complete in 1s". Which is impossible, since it's a large frontend application... suddenly it wont compile correctly. When i run next build also it hangs forever, if that helps

#

When i remove typescript & reinstall in the service dir itself, and run yarn tsc, iget this error:

zealous mango
#

do you have typescript installed?

#

check npm ls typescript or whatever the yarn equivalent is