Describe the bug
When I was trying to setup the cms, the command npm run prisma:migrate:dev did not work
while npm run prisma:migrate works
This is due the following package.json
To Reproduce
Steps to reproduce the behavior:
Here if you run npm run prisma:migrate:dev you get the following error
Describe the bug
When I was trying to setup the cms, the command
npm run prisma:migrate:dev
did not work while npm run prisma:migrate worksThis is due the following
package.json
To Reproduce Steps to reproduce the behavior:
Here if you run
npm run prisma:migrate:dev
you get the following errorExpected behavior
We expect it to migrate without errors
Info (please complete the following information):