For anyone here using Yarn, there is an issue with...
# prisma-whats-new
i
For anyone here using Yarn, there is an issue with
graphql
and Yarn. I’m not 100% sure how it works but from what I know, it seems as if Yarn tries to install multiple versions of
graphql
in your
node_modules
. The simplest solution is to
rm -rf node_modules && npm i
until the issue is resolved from Yarn’s side