Failed to execute scaffold

I am trying out the tutorial with the scaffold command and encountered the below error (refer to screenshot)

How can it be resolved ?

I have found the solution.

we need to execute the below command before we use the scaffold command

yarn rw prisma generate

1 Like

Awesome! Great job finding the solution. Maybe redwood can give a better error on this.