Hello. I get this error when running `prisma migra...
# orm-help
l
Hello. I get this error when running
prisma migrate dev
.
Error: Migration engine error:
Schema directory './project' already exists. This must be resolved manually (e.g. by moving the schema directory to another location). This generator block inside `schema.prisma`:
Copy code
generator client {
	provider = "prisma-client-js"
	binaryTargets = ["native", "rhel-openssl-1.0.x"]
	output = "../node_modules/.project/service/db"
}
Has anyone seen this before?
It was a problem at the database level. I just dropped the entire schema and let Prisma recreate everything.