JWTAuthBackend icon indicating copy to clipboard operation
JWTAuthBackend copied to clipboard

Error when run the project

Open rafaelnogueira1 opened this issue 2 years ago • 1 comments

I was looking through your tutorial, but i wasn´t able to follow because i got an error when execute this line: npx prisma migrate dev --name newMigration --preview-feature

image

rafaelnogueira1 avatar Mar 09 '22 02:03 rafaelnogueira1

I was looking through your tutorial, but i wasn´t able to follow because i got an error when execute this line: npx prisma migrate dev --name newMigration --preview-feature

image

You need to install PostgreSQL and start it on localhost:5432.

yfj2090 avatar Sep 20 '22 11:09 yfj2090