Cloning a project with checked in node_modules
(from another platform) leads to platform engine not being present
#7848
Labels
bug/2-confirmed
Bug has been reproduced and confirmed.
domain/client
Issue in the "Client" domain: Prisma Client, Prisma Studio etc.
kind/bug
A reported bug.
tech/typescript
Issue for tech TypeScript.
topic: error
Milestone
Reproduction:
prisma2
, runnpm install
node src/index.js
with param
Theory:
npm install
recognizes that dependency is there and up to date, and does not run anypostinstall
that would regenerate the Client for this platform.The text was updated successfully, but these errors were encountered: