kitze
09/12/2018, 6:09 AMgraphql
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
.kiroskirin
09/12/2018, 7:39 AMgenerate
command only support version 1.17+divyendu
09/12/2018, 8:19 AMprisma-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 👍kitze
09/12/2018, 8:38 AMdivyendu
09/12/2018, 8:53 AM