lucas
10/14/2020, 6:00 PMryan
10/14/2020, 6:01 PMjanpio
nexus-plugin-prisma
already uses Prisma 2.8.1 as a peerDependency - you just need to install that in your project and it should be used.lucas
10/14/2020, 7:58 PM➜ api git:(master) ✗ npx prisma -v
Environment variables loaded from prisma/.env
@prisma/cli : 2.7.0
Current platform : darwin
Query Engine : query-engine eaade828a21d8ee3f4940f0af7da3ae0922db4df (at node_modules/@prisma/cli/query-engine-darwin)
Migration Engine : migration-engine-cli eaade828a21d8ee3f4940f0af7da3ae0922db4df (at node_modules/@prisma/cli/migration-engine-darwin)
Introspection Engine : introspection-core eaade828a21d8ee3f4940f0af7da3ae0922db4df (at node_modules/@prisma/cli/introspection-engine-darwin)
Format Binary : prisma-fmt eaade828a21d8ee3f4940f0af7da3ae0922db4df (at node_modules/@prisma/cli/prisma-fmt-darwin)
Studio : 0.287.0
Preview Features : transactionApi
janpio
lucas
10/14/2020, 8:02 PMlucas
10/14/2020, 8:02 PMnpm i nexus-plugin-prisma
lucas
10/14/2020, 8:02 PM"nexus-plugin-prisma": "^0.19.0"
janpio