Followed the new tutorial for Prisma client, few t...
# orm-help
k
Followed the new tutorial for Prisma client, few things missing: When installing the
graphql
dependency, there is an error that multiple instances of
graphql
are found in node_modules. When removing it the server works fine. Both
prisma-client-lib
and
prisma-lib
need to be installed as modules, this is not mentioned. The tutorial mentions that
generate
should be added to
prisma.yml
but the entry is already there when using
prisma init
.
k
Also to mention the
generate
command only support version 1.17+
d
Thanks for the feedback. Needing both
prisma-client-lib
and
prisma-lib
should not be the case and is a bug, we will look into it. Also, we are working on improving the workflows 👍
k
d
Thanks!