Hello! I'm currently transitioning from Prisma 1 ...
# orm-help
g
Hello! I'm currently transitioning from Prisma 1 over to Prisma 2 and see in the docs that I need to install
@prisma/cli
as a dev dependency, but I dont see any docs on whether I need to keep or remove
prisma-client-lib
from package.json
n
Hey Giorgo 👋 if you migrate all at once you can safely remote prisma-client-lib 🙂
🚀 1