Hello, I get this exception, when I try to perform...
# orm-help
d
Hello, I get this exception, when I try to perform
nest start -w
I have already tried with deleting and reinstalling the
node_modules
I defined prisma schema
Copy code
generator client {
  provider      = "prisma-client-js"
  output        = "./generated/client"
}
How to resolve the issue ?
n
Hey 👋 Are you following any specific templates or starter projects?
d
👋 Hello @Nurul, Trying to create a nest starter project (template) - NestJS