Prisma plugin error - Node > v 12.x , Yarn >= v 1.22.10

Hi - I know this question may be a repetitive one, but getting the Prisma error. Able to create router, layouts and now trying to work with the DB but when I trigger
yarn rw dev & yarn rw prisma migrate dev I’m getting the below errors . Any help would be appreciated :slight_smile:

image

image

Hi - not a Windows user (not a Windows 7 user, though have been in the past) but I do know that I have had issues with some cli-related commands when the path includes spaces or other characters.

This may not be the issue, but let’s rule it out.

Can you change your path from D:\Redwood JS\redwoodblogapp to something without spaces like D:\RedwoodJS\redwoodblogapp and see if the issue still occurs?

@dthyresson - Changed the path to D:\RedwoodJS\redwoodblogapp but the issue persists. As of now the only issue I am experiencing is related to Prisma only.

image