code100x / cms

Repo for https://app.100xdevs.com/
https://app.100xdevs.com/
1.08k stars 1.56k forks source link

bug: npm run prisma:migrate:dev does not work #533

Closed psidh closed 6 months ago

psidh commented 6 months ago

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

Screenshot 2024-05-05 at 16 05 50



To Reproduce Steps to reproduce the behavior:

Here if you run npm run prisma:migrate:dev you get the following error

Screenshot 2024-05-05 at 16 05 35


Expected behavior


We expect it to migrate without errors

This screenshot is after I executed this command

npm run prisma:migrate



Screenshot 2024-05-05 at 16 06 37

Info (please complete the following information):

Ameerjafar commented 6 months ago

i have already made this pr borther error #524 pr #525

psidh commented 6 months ago

Okay, I am removing this PR and the issue Thanks for the catch