Hi there. Around the time of 2.30.0 release we sta...
# orm-help
a
Hi there. Around the time of 2.30.0 release we started to experience problem of prisma failing on prisma generate step (npm install -> postinstall script -> prisma generate). This was only happening inside the github action responsible for deployment. In local environment there was no such issue. After specifying version 2.29.1 of prisma in dependencies section package.json the problem disappeared. I’m wondering if anybody else experienced such problem?
r
@Alexei Snisarenko đź‘‹ Did you update both
prisma
and
@prisma/client
?
a
Hi @Ryan, yes - both of them
but may it be the reason for the problem that the prisma is within *dev*Dependencies while prisma/client is within dependencies?
r
No that shouldn’t make any difference as you’re performing an
npm install
that installs everything.