Hello all, typescript is complaning about missing ...
# orm-help
j
Hello all, typescript is complaning about missing modules "@prisma/engine-core" and "@prisma/generator-helper" in my generated folder
r
Hey @Julien Goux 👋 What version of Prisma are you using?
j
the last stable one
2.0.1 of @prisma/cli
and @prisma/client as well
r
And did follow any tutorial as described in the docs from scratch or have upgraded from an older Prisma version? If so I would suggest installing from scratch and see if TypeScript still complains.
Also could you create a bug report here describing the reproduction process?
j
I installed from scratch using an external location for the output of the client
so I basically have the generated code checked by my TS config
as it's under my src/generated folder
r
Then I would suggest creating a bug report on the link above 🙂