Error: Cannot find module '.prisma/client/index'

I am new to redwood and It’s my first Redwood App. When I use any cli commands It throw error,

C:\Users\Admin\Desktop\Trying Out\redwood-js>pnpm rw g page Home /
node:internal/modules/cjs/loader:936
  throw err;
  ^
Error: Cannot find module '.prisma/client/index'
Require stack:

Hi Ajay,

Redwood does not support using pnpm as a package manager unfortuantely. This error happens because pnpm by default uses “plug and play” i.e. no node_modules folder

We recommend using yarn 3 - if you follow the tutorial RedwoodJS: The Tutorial | RedwoodJS Docs - its a great place to start.