The docs at https://github.com/prisma/docs/blob/main/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client.mdx states that prisma generate is automatically run after running npm install @primsa/client.
I ran the npm command using both Node v16.x and v18.x and with neither was prisma generate automatically run afterward. I do have a schema file at prisma/schema.prisma.
The docs at https://github.com/prisma/docs/blob/main/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client.mdx states that
prisma generateis automatically run after runningnpm install @primsa/client.I ran the
npmcommand using both Node v16.x and v18.x and with neither wasprisma generateautomatically run afterward. I do have a schema file atprisma/schema.prisma.