I installed the latest version of Prisma (1.31.2) ...
# orm-help
d
I installed the latest version of Prisma (1.31.2) and set that version in
docker-compose.yml
but I’m getting an error when trying to set up the database.
Copy code
➜ git:(master) ✗ prisma --version
Prisma CLI version: prisma/1.31.2 (darwin-x64) node-v10.15.3
➜ git:(master) ✗ docker-compose up -d
Pulling prisma (prismagraphql/prisma:1.31.2)...
ERROR: manifest for prismagraphql/prisma:1.31.2 not found
Looking on Docker, I don’t see a tag for that version.
h
try 1.31
n
yeah... that version mismatch between Prisma CLI and Prisma Server can be confusing
h
That is only a warning, ignore in this case