``` exports.Prisma = prisma_lib_1.makePrismaClient...
# orm-help
k
Copy code
exports.Prisma = prisma_lib_1.makePrismaClientClass({
                              ^
TypeError: prisma_lib_1.makePrismaClientClass is not a function
Any idea what's causing this? I have to correct it manually every time I use
prisma generate
d
Can you please share your
prisma cli
version and
prisma-client-lib
version?
k
"prisma-client-lib": "^0.1.48",
prisma/1.18.0-beta (darwin-x64) node-v10.11.0
d
Thanks
k
I've tried downgrading the cli to 1.17 but it's the same error.
An update to
"prisma-client-lib": "^1.17.0-beta.36",
fixed it
d
Sure! I will try to reproduce it now. To my understanding this was resolved a few days ago:- https://github.com/prisma/prisma/issues/3088 If you have a reproduction handy, now is the time to share it 🙂
k
¯\_(ツ)_/¯
d
aha! so, to my understanding, there is an issue with our publishing script.. that we are fixing now.. a few releases might not have the latest
prisma-client-lib
. This happened because we unified the versioning of the
prisma-client-lib
and CLI. They share the same version now 🙂
All packages in the CLI box here: https://github.com/prisma/prisma/blob/master/cli/ARCHITECTURE.md Share the same version now 👍
k
Tnx!