got this problem when build, what i did wrong here...
# graphql-nexus
a
got this problem when build, what i did wrong here? I am using Apollo server + nexus/schema + nexus-prisma-plugin combo > node_modules/@types/typegen-nexus-plugin-prisma/index.d.ts126 - error TS2307: Cannot find module ‘nexus-plugin-prisma/typegen’ or its corresponding type declarations.
l
Hi, it’s a bug in nexus-prisma-plugin 0.20. This version is not usable. Downgrade to 0.19 and you’ll be fine. The issue is here: https://github.com/graphql-nexus/nexus-plugin-prisma/issues/875
💯 2
a
Thanks! Seems 0.21 just released!
just updated, fixed 🙂