Leonard Filip
02/15/2022, 4:29 PMprisma 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`:
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "rhel-openssl-1.0.x"]
output = "../node_modules/.project/service/db"
}
Has anyone seen this before?Leonard Filip
02/16/2022, 8:10 AM