#ReferenceError: prisma_service_1 is not defined

7 messages · Page 1 of 1 (latest)

weak stream
#

I am using Nestjs and it seems there is an issue with endless loop on windows and typescript v5, so Nestjs team said to downgrade to typescript 4.7 when I downgraded it started throwing me this error, everything was working fine

mortal pike
#

Hello @weak stream 👋

Can you please share a minimal reproduction of this error?
I haven't encountered this error before.

weak stream
#

Hello I was able to fiz is by upgrading typescript to the latest version

#

But the main problem I was having was more related to NestJs, some windows users are encountering problemas on the live watch mode

#

They mentioned to downgrade typescript, when I did that it started problem with prisma, I was using typescript 4.7 to avoid nest watch mode problem

#

I don’t know but maybe you can reproduce the error spinning up a new nest project with prisma and downgrading typescript

#

But since it was fixed using watchoptions from the typescript on latest I don’t thing it’s necessary finding fixes to version 4.7